ReactOS 0.4.15-dev-7924-g5949c20
_xmlHashEntry Struct Reference
Collaboration diagram for _xmlHashEntry:

Public Attributes

struct _xmlHashEntrynext
 
xmlCharname
 
xmlCharname2
 
xmlCharname3
 
voidpayload
 
int valid
 

Detailed Description

Definition at line 51 of file hash.c.

Member Data Documentation

◆ name

xmlChar* _xmlHashEntry::name

Definition at line 53 of file hash.c.

Referenced by xmlHashCopy(), xmlHashFree(), xmlHashGrow(), xmlHashScanFull(), and xmlHashScanFull3().

◆ name2

xmlChar* _xmlHashEntry::name2

Definition at line 54 of file hash.c.

Referenced by xmlHashCopy(), xmlHashFree(), xmlHashGrow(), xmlHashScanFull(), and xmlHashScanFull3().

◆ name3

xmlChar* _xmlHashEntry::name3

Definition at line 55 of file hash.c.

Referenced by xmlHashCopy(), xmlHashFree(), xmlHashGrow(), xmlHashScanFull(), and xmlHashScanFull3().

◆ next

struct _xmlHashEntry* _xmlHashEntry::next

◆ payload

void* _xmlHashEntry::payload

Definition at line 56 of file hash.c.

Referenced by xmlHashCopy(), xmlHashFree(), xmlHashScanFull(), and xmlHashScanFull3().

◆ valid

int _xmlHashEntry::valid

Definition at line 57 of file hash.c.

Referenced by xmlHashFree().


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