Searched refs:xmlHashCreateDict (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
H A Dhash.h109 xmlHashCreateDict(int size,
/external/libxml2/
H A Dentities.c227 dtd->entities = xmlHashCreateDict(0, dict);
233 dtd->pentities = xmlHashCreateDict(0, dict);
H A Dvalid.c1459 table = xmlHashCreateDict(0, dict);
2025 table = xmlHashCreateDict(0, dict);
2390 dtd->notations = table = xmlHashCreateDict(0, dict);
2622 doc->ids = table = xmlHashCreateDict(0, doc->dict);
2951 doc->refs = table = xmlHashCreateDict(0, doc->dict);
3225 table = xmlHashCreateDict(0, dict);
H A Dlibxml2.syms2005 xmlHashCreateDict;
H A Dhash.c199 * xmlHashCreateDict:
208 xmlHashCreateDict(int size, xmlDictPtr dict) { function
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 Dparser.c1224 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict);
1323 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict);
H A Dxmlschemas.c3661 mainSchema->schemasImports = xmlHashCreateDict(5,
5735 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict);
20822 *table = xmlHashCreateDict(10, pctxt->dict);

Completed in 481 milliseconds