ReactOS 0.4.16-dev-2132-g3885311
xmlHashEntry Struct Reference
Collaboration diagram for xmlHashEntry:

Public Attributes

unsigned hashValue
 
xmlCharkey
 
xmlCharkey2
 
xmlCharkey3
 
voidpayload
 

Detailed Description

Definition at line 36 of file hash.c.

Member Data Documentation

◆ hashValue

unsigned xmlHashEntry::hashValue

Definition at line 37 of file hash.c.

Referenced by xmlHashGrow().

◆ key

xmlChar* xmlHashEntry::key

Definition at line 39 of file hash.c.

Referenced by xmlHashScanFull(), and xmlHashScanFull3().

◆ key2

xmlChar* xmlHashEntry::key2

Definition at line 40 of file hash.c.

Referenced by xmlHashScanFull(), and xmlHashScanFull3().

◆ key3

xmlChar* xmlHashEntry::key3

Definition at line 41 of file hash.c.

Referenced by xmlHashScanFull(), and xmlHashScanFull3().

◆ payload

void* xmlHashEntry::payload

Definition at line 42 of file hash.c.


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