Searched refs:xmlHashCreateDict (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | hash.h | 109 xmlHashCreateDict(int size,
|
/external/libxml2/include/libxml/ |
D | hash.h | 109 xmlHashCreateDict(int size,
|
/external/chromium_org/third_party/libxml/src/ |
D | entities.c | 220 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity() 226 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity()
|
D | valid.c | 1453 table = xmlHashCreateDict(0, dict); in xmlAddElementDecl() 2012 table = xmlHashCreateDict(0, dict); in xmlAddAttributeDecl() 2371 dtd->notations = table = xmlHashCreateDict(0, dict); in xmlAddNotationDecl() 2597 doc->ids = table = xmlHashCreateDict(0, doc->dict); in xmlAddID() 2920 doc->refs = table = xmlHashCreateDict(0, doc->dict); in xmlAddRef() 3195 table = xmlHashCreateDict(0, dict); in xmlGetDtdElementDesc2()
|
D | hash.c | 176 xmlHashCreateDict(int size, xmlDictPtr dict) { in xmlHashCreateDict() function
|
D | elfgcchack.h | 4213 #undef xmlHashCreateDict 4214 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__intern… 4216 #ifndef xmlHashCreateDict 4217 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidd… 4218 #define xmlHashCreateDict xmlHashCreateDict__internal_alias macro
|
D | parser.c | 1135 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs() 1234 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict); in xmlAddSpecialAttr()
|
D | xmlschemas.c | 3612 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate() 5674 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaSubstGroupAdd() 20752 *table = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaAddComponents()
|
D | ChangeLog | 5019 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
|
/external/libxml2/ |
D | entities.c | 222 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity() 228 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity()
|
D | valid.c | 1453 table = xmlHashCreateDict(0, dict); in xmlAddElementDecl() 2012 table = xmlHashCreateDict(0, dict); in xmlAddAttributeDecl() 2371 dtd->notations = table = xmlHashCreateDict(0, dict); in xmlAddNotationDecl() 2597 doc->ids = table = xmlHashCreateDict(0, doc->dict); in xmlAddID() 2920 doc->refs = table = xmlHashCreateDict(0, doc->dict); in xmlAddRef() 3195 table = xmlHashCreateDict(0, dict); in xmlGetDtdElementDesc2()
|
D | hash.c | 208 xmlHashCreateDict(int size, xmlDictPtr dict) { in xmlHashCreateDict() function
|
D | elfgcchack.h | 4305 #undef xmlHashCreateDict 4306 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__intern… 4308 #ifndef xmlHashCreateDict 4309 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidd… 4310 #define xmlHashCreateDict xmlHashCreateDict__internal_alias macro
|
D | parser.c | 1184 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs() 1283 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict); in xmlAddSpecialAttr()
|
D | xmlschemas.c | 3631 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate() 5693 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaSubstGroupAdd() 20781 *table = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaAddComponents()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 938 xmlHashCreateDict
|