Home
last modified time | relevance | path

Searched refs:xmlHashLookup2 (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h173 xmlHashLookup2 (xmlHashTablePtr table,
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle159 d xmlHashLookup2 pr * extproc('xmlHashLookup2') void *
/external/libxml2/
Drelaxng.c9365 tmp = xmlHashLookup2(partitions->triage, BAD_CAST "#text", in xmlRelaxNGValidateInterleave()
9369 tmp = xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9372 tmp = xmlHashLookup2(partitions->triage, in xmlRelaxNGValidateInterleave()
9377 xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9381 xmlHashLookup2(partitions->triage, BAD_CAST "#any", in xmlRelaxNGValidateInterleave()
10337 xmlHashLookup2(triage, BAD_CAST "#text", NULL); in xmlRelaxNGValidateState()
10340 list = xmlHashLookup2(triage, node->name, in xmlRelaxNGValidateState()
10344 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
10348 xmlHashLookup2(triage, node->name, NULL); in xmlRelaxNGValidateState()
10351 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
Dhash.c462 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2() function
Dvalid.c1471 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns); in xmlAddElementDecl()
1484 ret = xmlHashLookup2(table, name, ns); in xmlAddElementDecl()
3160 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc()
3209 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc2()
3253 return(xmlHashLookup2(table, name, prefix)); in xmlGetDtdQElementDesc()
Dlibxml2.syms868 xmlHashLookup2;
Delfgcchack.h4335 #undef xmlHashLookup2
4336 extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias"…
4338 #ifndef xmlHashLookup2
4339 extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
4340 #define xmlHashLookup2 xmlHashLookup2__internal_alias macro
Dparser.c1207 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddDefAttrs()
1233 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); in xmlAddDefAttrs()
1316 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddSpecialAttr()
9622 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); in xmlParseStartTag2()
Dxmlschemastypes.c1077 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns)); in xmlSchemaGetPredefinedType()
Dxpath.c4956 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()
5104 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()
Dxmlschemas.c5731 return(xmlHashLookup2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupGet()
Dtestapi.c10020 ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2); in test_xmlHashLookup2()
/external/libxml2/win32/
Dlibxml2.def.src950 xmlHashLookup2