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

Public Attributes

int ref_counter
 
xmlDictEntrytable
 
size_t size
 
unsigned int nbElems
 
xmlDictStringsPtr strings
 
struct _xmlDictsubdict
 
unsigned seed
 
size_t limit
 

Detailed Description

Definition at line 59 of file dict.c.

Member Data Documentation

◆ limit

size_t _xmlDict::limit

◆ nbElems

unsigned int _xmlDict::nbElems

Definition at line 64 of file dict.c.

Referenced by xmlDictCreate(), xmlDictLookupInternal(), and xmlDictSize().

◆ ref_counter

int _xmlDict::ref_counter

Definition at line 60 of file dict.c.

Referenced by xmlDictCreate(), xmlDictFree(), and xmlDictReference().

◆ seed

◆ size

size_t _xmlDict::size

Definition at line 63 of file dict.c.

Referenced by xmlDictCreate(), xmlDictFindEntry(), xmlDictGrow(), and xmlDictLookupInternal().

◆ strings

xmlDictStringsPtr _xmlDict::strings

◆ subdict

struct _xmlDict* _xmlDict::subdict

◆ table

xmlDictEntry* _xmlDict::table

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