Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Dhash.rpgle170 d xmlHashLookup2 pr * extproc('xmlHashLookup2') void *
/external/libxml2/include/libxml/
Dhash.h176 xmlHashLookup2 (xmlHashTablePtr table,
/external/libxml2/
Drelaxng.c9367 tmp = xmlHashLookup2(partitions->triage, BAD_CAST "#text", in xmlRelaxNGValidateInterleave()
9371 tmp = xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9374 tmp = xmlHashLookup2(partitions->triage, in xmlRelaxNGValidateInterleave()
9379 xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9383 xmlHashLookup2(partitions->triage, BAD_CAST "#any", in xmlRelaxNGValidateInterleave()
10339 xmlHashLookup2(triage, BAD_CAST "#text", NULL); in xmlRelaxNGValidateState()
10342 list = xmlHashLookup2(triage, node->name, in xmlRelaxNGValidateState()
10346 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
10350 xmlHashLookup2(triage, node->name, NULL); in xmlRelaxNGValidateState()
10353 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
Dvalid.c1477 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns); in xmlAddElementDecl()
1490 ret = xmlHashLookup2(table, name, ns); in xmlAddElementDecl()
3189 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc()
3238 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc2()
3282 return(xmlHashLookup2(table, name, prefix)); in xmlGetDtdQElementDesc()
Dhash.c474 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2() function
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.c1219 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddDefAttrs()
1245 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); in xmlAddDefAttrs()
1328 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddSpecialAttr()
9449 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); in xmlParseStartTag2()
Dxmlschemastypes.c1087 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns)); in xmlSchemaGetPredefinedType()
Dxpath.c4967 ret = (xmlXPathFunction) xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()
5115 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()
Dxmlschemas.c5771 return(xmlHashLookup2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupGet()
Dtestapi.c10088 ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2); in test_xmlHashLookup2()
/external/libxml2/win32/
Dlibxml2.def.src950 xmlHashLookup2