Searched refs:xmlHashCreateDict (Results 1 - 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
H A D | hash.h | 109 xmlHashCreateDict(int size,
|
/external/libxml2/ |
H A D | entities.c | 227 dtd->entities = xmlHashCreateDict(0, dict); 233 dtd->pentities = xmlHashCreateDict(0, dict);
|
H A D | valid.c | 1459 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 D | libxml2.syms | 2005 xmlHashCreateDict;
|
H A D | hash.c | 199 * xmlHashCreateDict: 208 xmlHashCreateDict(int size, xmlDictPtr dict) { function
|
H A D | elfgcchack.h | 4305 #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 D | parser.c | 1224 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); 1323 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict);
|
H A D | xmlschemas.c | 3661 mainSchema->schemasImports = xmlHashCreateDict(5, 5735 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict); 20822 *table = xmlHashCreateDict(10, pctxt->dict);
|
Completed in 1595 milliseconds