ReactOS 0.4.15-dev-7931-gfd331f1
_xmlHashTable Struct Reference
Collaboration diagram for _xmlHashTable:

Public Attributes

struct _xmlHashEntrytable
 
int size
 
int nbElems
 
xmlDictPtr dict
 
int random_seed
 

Detailed Description

Definition at line 63 of file hash.c.

Member Data Documentation

◆ dict

xmlDictPtr _xmlHashTable::dict

Definition at line 67 of file hash.c.

◆ nbElems

int _xmlHashTable::nbElems

Definition at line 66 of file hash.c.

◆ random_seed

int _xmlHashTable::random_seed

Definition at line 69 of file hash.c.

◆ size

int _xmlHashTable::size

Definition at line 65 of file hash.c.

◆ table

struct _xmlHashEntry* _xmlHashTable::table

Definition at line 64 of file hash.c.


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