Home
last modified time | relevance | path

Searched refs:xmlHashCreateDict (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h109 xmlHashCreateDict(int size,
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle75 d xmlHashCreateDict...
76 d pr extproc('xmlHashCreateDict')
/external/libxml2/
Dentities.c282 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity()
288 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity()
Dvalid.c1497 table = xmlHashCreateDict(0, dict); in xmlAddElementDecl()
2061 table = xmlHashCreateDict(0, dict); in xmlAddAttributeDecl()
2426 dtd->notations = table = xmlHashCreateDict(0, dict); in xmlAddNotationDecl()
2699 doc->ids = table = xmlHashCreateDict(0, doc->dict); in xmlAddID()
3031 doc->refs = table = xmlHashCreateDict(0, doc->dict); in xmlAddRef()
3313 table = xmlHashCreateDict(0, dict); in xmlGetDtdElementDesc2()
Dhash.c215 xmlHashCreateDict(int size, xmlDictPtr dict) { in xmlHashCreateDict() function
Dlibxml2.syms2005 xmlHashCreateDict;
Dparser.c1273 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs()
1372 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict); in xmlAddSpecialAttr()
Dxmlschemas.c3706 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()
5780 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaSubstGroupAdd()
20913 *table = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaAddComponents()
/external/libxml2/win32/
Dlibxml2.def.src947 xmlHashCreateDict