|
ReactOS 0.4.16-dev-2208-g6350669
|

Public Attributes | |
| int | ref_counter |
| xmlDictEntry * | table |
| size_t | size |
| unsigned int | nbElems |
| xmlDictStringsPtr | strings |
| struct _xmlDict * | subdict |
| unsigned | seed |
| size_t | limit |
| size_t _xmlDict::limit |
Definition at line 71 of file dict.c.
Referenced by xmlDictAddQString(), xmlDictAddString(), xmlDictCreate(), xmlDictLookupInternal(), and xmlDictSetLimit().
Definition at line 64 of file dict.c.
Referenced by xmlDictCreate(), xmlDictLookupInternal(), and xmlDictSize().
| int _xmlDict::ref_counter |
Definition at line 60 of file dict.c.
Referenced by xmlDictCreate(), xmlDictFree(), and xmlDictReference().
| unsigned _xmlDict::seed |
Definition at line 69 of file dict.c.
Referenced by xmlDictComputeHash(), xmlDictCreate(), xmlDictCreateSub(), xmlDictHashName(), xmlDictHashQName(), and xmlDictLookupInternal().
| size_t _xmlDict::size |
Definition at line 63 of file dict.c.
Referenced by xmlDictCreate(), xmlDictFindEntry(), xmlDictGrow(), and xmlDictLookupInternal().
| xmlDictStringsPtr _xmlDict::strings |
Definition at line 65 of file dict.c.
Referenced by xmlDictAddQString(), xmlDictAddString(), xmlDictCreate(), xmlDictFree(), xmlDictGetUsage(), and xmlDictOwns().
Definition at line 67 of file dict.c.
Referenced by xmlDictCreate(), xmlDictCreateSub(), xmlDictFree(), xmlDictLookupInternal(), xmlDictOwns(), and xmlDictSize().
| xmlDictEntry* _xmlDict::table |
Definition at line 62 of file dict.c.
Referenced by xmlDictCreate(), xmlDictFindEntry(), xmlDictFree(), xmlDictGrow(), and xmlDictLookupInternal().