Searched refs:xmlHashCreateDict (Results 1 - 14 of 14) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h4213 #undef xmlHashCreateDict macro
4214 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__internal_alias")));
4216 #ifndef xmlHashCreateDict
4217 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidden")));
4218 #define xmlHashCreateDict xmlHashCreateDict__internal_alias macro
H A Dentities.c220 dtd->entities = xmlHashCreateDict(0, dict);
226 dtd->pentities = xmlHashCreateDict(0, dict);
H A Dhash.c167 * xmlHashCreateDict:
176 xmlHashCreateDict(int size, xmlDictPtr dict) { function
H A Dparser.c1135 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict);
1234 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict);
H A Dvalid.c1453 table = xmlHashCreateDict(0, dict);
2012 table = xmlHashCreateDict(0, dict);
2371 dtd->notations = table = xmlHashCreateDict(0, dict);
2597 doc->ids = table = xmlHashCreateDict(0, doc->dict);
2920 doc->refs = table = xmlHashCreateDict(0, doc->dict);
3195 table = xmlHashCreateDict(0, dict);
H A Dxmlschemas.c3612 mainSchema->schemasImports = xmlHashCreateDict(5,
5674 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict);
20752 *table = xmlHashCreateDict(10, pctxt->dict);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dhash.h109 xmlHashCreateDict(int size,
/external/libxml2/
H A Delfgcchack.h4305 #undef xmlHashCreateDict macro
4306 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__internal_alias")));
4308 #ifndef xmlHashCreateDict
4309 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidden")));
4310 #define xmlHashCreateDict xmlHashCreateDict__internal_alias macro
H A Dentities.c222 dtd->entities = xmlHashCreateDict(0, dict);
228 dtd->pentities = xmlHashCreateDict(0, dict);
H A Dhash.c199 * xmlHashCreateDict:
208 xmlHashCreateDict(int size, xmlDictPtr dict) { function
H A Dparser.c1184 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict);
1283 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict);
H A Dvalid.c1453 table = xmlHashCreateDict(0, dict);
2012 table = xmlHashCreateDict(0, dict);
2371 dtd->notations = table = xmlHashCreateDict(0, dict);
2597 doc->ids = table = xmlHashCreateDict(0, doc->dict);
2920 doc->refs = table = xmlHashCreateDict(0, doc->dict);
3195 table = xmlHashCreateDict(0, dict);
H A Dxmlschemas.c3631 mainSchema->schemasImports = xmlHashCreateDict(5,
5693 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict);
20781 *table = xmlHashCreateDict(10, pctxt->dict);
/external/libxml2/include/libxml/
H A Dhash.h109 xmlHashCreateDict(int size,

Completed in 464 milliseconds