Home
last modified time | relevance | path

Searched refs:xmlHashCreateDict (Results 1 – 11 of 11) 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.c227 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity()
233 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity()
Dvalid.c1459 table = xmlHashCreateDict(0, dict); in xmlAddElementDecl()
2025 table = xmlHashCreateDict(0, dict); in xmlAddAttributeDecl()
2390 dtd->notations = table = xmlHashCreateDict(0, dict); in xmlAddNotationDecl()
2622 doc->ids = table = xmlHashCreateDict(0, doc->dict); in xmlAddID()
2951 doc->refs = table = xmlHashCreateDict(0, doc->dict); in xmlAddRef()
3225 table = xmlHashCreateDict(0, dict); in xmlGetDtdElementDesc2()
Dhash.c208 xmlHashCreateDict(int size, xmlDictPtr dict) { in xmlHashCreateDict() function
Dlibxml2.syms2005 xmlHashCreateDict;
Delfgcchack.h4305 #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
Dparser.c1224 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs()
1323 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict); in xmlAddSpecialAttr()
Dxmlschemas.c3661 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()
5735 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaSubstGroupAdd()
20822 *table = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaAddComponents()
DChangeLog5019 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
/external/libxml2/win32/
Dlibxml2.def.src947 xmlHashCreateDict