rpm  5.4.14
Data Fields
_node Struct Reference
Collaboration diagram for _node:
Collaboration graph
[legend]

Data Fields

struct _nodeparent
 
struct _nodechild
 
struct _nodeprev
 
struct _nodenext
 
struct stat sb
 
char * slink
 
ARGI_t algos
 
ARGV_t digests
 
uint32_t cksum
 
enum mtreeKeys_e flags
 
uint8_t type
 
char name [1]
 

Detailed Description

Definition at line 145 of file rpmmtree.c.

Field Documentation

ARGI_t _node::algos

digest algorithms

Definition at line 150 of file rpmmtree.c.

Referenced by for().

struct _node * _node::child

up, down

Definition at line 146 of file rpmmtree.c.

uint32_t _node::cksum

check sum

Definition at line 153 of file rpmmtree.c.

Referenced by for().

ARGV_t _node::digests

digest strings

Definition at line 151 of file rpmmtree.c.

Referenced by for().

enum mtreeKeys_e _node::flags

items set

Definition at line 155 of file rpmmtree.c.

Referenced by for().

char _node::name[1]

Definition at line 166 of file rpmmtree.c.

struct _node * _node::next

left, right

Definition at line 147 of file rpmmtree.c.

struct _node* _node::parent

Definition at line 146 of file rpmmtree.c.

struct _node* _node::prev

Definition at line 147 of file rpmmtree.c.

struct stat _node::sb

parsed stat(2) info

Definition at line 148 of file rpmmtree.c.

Referenced by for().

char* _node::slink

symbolic link reference

Definition at line 149 of file rpmmtree.c.

Referenced by for().

uint8_t _node::type

file type

Definition at line 157 of file rpmmtree.c.

Referenced by for().


The documentation for this struct was generated from the following file: