ReactOS 0.4.15-dev-7942-gd23573b
_xmlDict Struct Reference
Collaboration diagram for _xmlDict:

Public Attributes

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

Detailed Description

Definition at line 111 of file dict.c.

Member Data Documentation

◆ dict

◆ limit

size_t _xmlDict::limit

Definition at line 123 of file dict.c.

Referenced by xmlDictExists(), xmlDictLookup(), and xmlDictSetLimit().

◆ nbElems

unsigned int _xmlDict::nbElems

Definition at line 116 of file dict.c.

Referenced by xmlDictFree(), xmlDictLookup(), xmlDictQLookup(), and xmlDictSize().

◆ ref_counter

int _xmlDict::ref_counter

Definition at line 112 of file dict.c.

Referenced by xmlDictFree().

◆ seed

◆ size

size_t _xmlDict::size

Definition at line 115 of file dict.c.

Referenced by xmlDictExists(), xmlDictFree(), xmlDictGrow(), xmlDictLookup(), and xmlDictQLookup().

◆ strings

xmlDictStringsPtr _xmlDict::strings

Definition at line 117 of file dict.c.

Referenced by xmlDictFree(), xmlDictGetUsage(), and xmlDictOwns().

◆ subdict

struct _xmlDict* _xmlDict::subdict

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