ReactOS 0.4.16-dev-2208-g6350669
_xmlHashTable Struct Reference
Collaboration diagram for _xmlHashTable:

Public Attributes

xmlHashEntrytable
 
unsigned size
 
unsigned nbElems
 
xmlDictPtr dict
 
unsigned randomSeed
 

Detailed Description

Definition at line 48 of file hash.c.

Member Data Documentation

◆ dict

xmlDictPtr _xmlHashTable::dict

Definition at line 52 of file hash.c.

◆ nbElems

unsigned _xmlHashTable::nbElems

Definition at line 51 of file hash.c.

◆ randomSeed

unsigned _xmlHashTable::randomSeed

Definition at line 53 of file hash.c.

◆ size

unsigned _xmlHashTable::size

Definition at line 50 of file hash.c.

◆ table

xmlHashEntry* _xmlHashTable::table

Definition at line 49 of file hash.c.


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