Home
last modified time | relevance | path

Searched defs:_xmlDictStrings (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Ddict.c81 struct _xmlDictStrings { struct
82 xmlDictStringsPtr next;
83 xmlChar *free;
84 xmlChar *end;
85 int size;
86 int nbStrings;
87 xmlChar array[1];
/external/libxml2/
Ddict.c104 struct _xmlDictStrings { struct
105 xmlDictStringsPtr next;
106 xmlChar *free;
107 xmlChar *end;
108 size_t size;
109 size_t nbStrings;
110 xmlChar array[1];