ReactOS 0.4.16-dev-136-g52192f1
|
Public Attributes | |
struct _xmlHashEntry * | next |
xmlChar * | name |
xmlChar * | name2 |
xmlChar * | name3 |
void * | payload |
int | valid |
xmlChar* _xmlHashEntry::name |
Definition at line 53 of file hash.c.
Referenced by xmlHashCopy(), xmlHashFree(), xmlHashGrow(), xmlHashScanFull(), and xmlHashScanFull3().
xmlChar* _xmlHashEntry::name2 |
Definition at line 54 of file hash.c.
Referenced by xmlHashCopy(), xmlHashFree(), xmlHashGrow(), xmlHashScanFull(), and xmlHashScanFull3().
xmlChar* _xmlHashEntry::name3 |
Definition at line 55 of file hash.c.
Referenced by xmlHashCopy(), xmlHashFree(), xmlHashGrow(), xmlHashScanFull(), and xmlHashScanFull3().
struct _xmlHashEntry* _xmlHashEntry::next |
Definition at line 52 of file hash.c.
Referenced by xmlHashCopy(), xmlHashFree(), xmlHashGrow(), xmlHashRemoveEntry3(), xmlHashScanFull(), and xmlHashScanFull3().
void* _xmlHashEntry::payload |
Definition at line 56 of file hash.c.
Referenced by xmlHashCopy(), xmlHashFree(), xmlHashScanFull(), and xmlHashScanFull3().
int _xmlHashEntry::valid |
Definition at line 57 of file hash.c.
Referenced by xmlHashFree().