ReactOS 0.4.16-dev-59-gd481587
|
Public Attributes | |
int | ref_counter |
struct _xmlDictEntry * | dict |
size_t | size |
unsigned int | nbElems |
xmlDictStringsPtr | strings |
struct _xmlDict * | subdict |
int | seed |
size_t | limit |
struct _xmlDictEntry* _xmlDict::dict |
Definition at line 114 of file dict.c.
Referenced by xmlDictAddQString(), xmlDictAddString(), xmlDictCreate(), xmlDictCreateSub(), xmlDictExists(), xmlDictFree(), xmlDictGrow(), xmlDictLookup(), xmlDictQLookup(), xmlDictReference(), and xmlFreeID().
size_t _xmlDict::limit |
Definition at line 123 of file dict.c.
Referenced by xmlDictExists(), xmlDictLookup(), and xmlDictSetLimit().
Definition at line 116 of file dict.c.
Referenced by xmlDictFree(), xmlDictLookup(), xmlDictQLookup(), and xmlDictSize().
int _xmlDict::ref_counter |
Definition at line 112 of file dict.c.
Referenced by xmlDictFree().
int _xmlDict::seed |
Definition at line 121 of file dict.c.
Referenced by xmlDictComputeBigKey(), xmlDictComputeBigQKey(), xmlDictComputeFastKey(), xmlDictComputeFastQKey(), and xmlDictCreateSub().
size_t _xmlDict::size |
Definition at line 115 of file dict.c.
Referenced by xmlDictExists(), xmlDictFree(), xmlDictGrow(), xmlDictLookup(), and xmlDictQLookup().
xmlDictStringsPtr _xmlDict::strings |
Definition at line 117 of file dict.c.
Referenced by xmlDictFree(), xmlDictGetUsage(), and xmlDictOwns().
Definition at line 119 of file dict.c.
Referenced by xmlDictExists(), xmlDictFree(), xmlDictLookup(), xmlDictOwns(), xmlDictQLookup(), and xmlDictSize().