rpm 5.3.7
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

digest algorithms

Definition at line 150 of file rpmmtree.c.

Referenced by compare(), compare_nodes(), and shownode().

struct _node * _node::child

up, down

Definition at line 146 of file rpmmtree.c.

Referenced by mtreeMiss(), mtreeSpec(), mtreeSWalk(), and mtreeVWalk().

uint32_t _node::cksum

check sum

Definition at line 153 of file rpmmtree.c.

Referenced by compare(), and shownode().

digest strings

Definition at line 151 of file rpmmtree.c.

Referenced by compare(), compare_nodes(), and shownode().

items set

Definition at line 155 of file rpmmtree.c.

Referenced by compare(), compare_nodes(), mtreeMiss(), mtreeSpec(), mtreeVWalk(), and unset().

char _node::name[1]

Definition at line 166 of file rpmmtree.c.

Referenced by compare(), mtreeMiss(), mtreeSpec(), mtreeSWalk(), mtreeVWalk(), and shownode().

struct _node * _node::next

left, right

Definition at line 147 of file rpmmtree.c.

Referenced by mtreeMiss(), mtreeSpec(), mtreeSWalk(), and mtreeVWalk().

Definition at line 146 of file rpmmtree.c.

Referenced by mtreeSpec(), and mtreeVWalk().

struct _node* _node::prev

Definition at line 147 of file rpmmtree.c.

Referenced by mtreeSpec(), and mtreeVWalk().

struct stat _node::sb

parsed stat(2) info

Definition at line 148 of file rpmmtree.c.

Referenced by compare(), mtreeMiss(), and shownode().

char* _node::slink

symbolic link reference

Definition at line 149 of file rpmmtree.c.

Referenced by compare(), and mtreeMiss().

uint8_t _node::type

file type

Definition at line 157 of file rpmmtree.c.

Referenced by compare(), compare_nodes(), mtreeMiss(), mtreeSpec(), mtreeSWalk(), mtreeVWalk(), and shownode().


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