Searched defs:_xmlDictStrings (Results 1 – 2 of 2) sorted by relevance
81 struct _xmlDictStrings { struct82 xmlDictStringsPtr next;83 xmlChar *free;84 xmlChar *end;85 int size;86 int nbStrings;87 xmlChar array[1];
104 struct _xmlDictStrings { struct105 xmlDictStringsPtr next;106 xmlChar *free;107 xmlChar *end;108 size_t size;109 size_t nbStrings;110 xmlChar array[1];