Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dhash.in.h205 xmlHashLookup2 (xmlHashTablePtr table,
Drelaxng.c9422 tmp = xmlHashLookup2(partitions->triage, BAD_CAST "#text", in xmlRelaxNGValidateInterleave()
9426 tmp = xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9429 tmp = xmlHashLookup2(partitions->triage, in xmlRelaxNGValidateInterleave()
9434 xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9438 xmlHashLookup2(partitions->triage, BAD_CAST "#any", in xmlRelaxNGValidateInterleave()
10394 xmlHashLookup2(triage, BAD_CAST "#text", NULL); in xmlRelaxNGValidateState()
10397 list = xmlHashLookup2(triage, node->name, in xmlRelaxNGValidateState()
10401 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
10405 xmlHashLookup2(triage, node->name, NULL); in xmlRelaxNGValidateState()
10408 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
Dhash.c485 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2() function
Dvalid.c1506 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns); in xmlAddElementDecl()
1519 ret = xmlHashLookup2(table, name, ns); in xmlAddElementDecl()
3218 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc()
3267 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc2()
3311 return(xmlHashLookup2(table, name, prefix)); in xmlGetDtdQElementDesc()
Delfgcchack.h4366 #undef xmlHashLookup2
4367 extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias"…
4369 #ifndef xmlHashLookup2
4370 extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
4371 #define xmlHashLookup2 xmlHashLookup2__internal_alias macro
Dparser.c1248 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddDefAttrs()
1274 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); in xmlAddDefAttrs()
1357 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddSpecialAttr()
9478 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); in xmlParseStartTag2()
Dxmlschemastypes.c1116 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns)); in xmlSchemaGetPredefinedType()
Dxpath.c4993 ret = (xmlXPathFunction) xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()
5141 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()
Dxmlschemas.c5800 return(xmlHashLookup2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupGet()
/third_party/libxml2/include/libxml/
Dhash.h176 xmlHashLookup2 (xmlHashTablePtr table,
/third_party/libxml2/os400/libxmlrpg/
Dhash.rpgle170 d xmlHashLookup2 pr * extproc('xmlHashLookup2') void *
/third_party/libxml2/
Drelaxng.c9402 tmp = xmlHashLookup2(partitions->triage, BAD_CAST "#text", in xmlRelaxNGValidateInterleave()
9406 tmp = xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9409 tmp = xmlHashLookup2(partitions->triage, in xmlRelaxNGValidateInterleave()
9414 xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9418 xmlHashLookup2(partitions->triage, BAD_CAST "#any", in xmlRelaxNGValidateInterleave()
10383 xmlHashLookup2(triage, BAD_CAST "#text", NULL); in xmlRelaxNGValidateState()
10386 list = xmlHashLookup2(triage, node->name, in xmlRelaxNGValidateState()
10390 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
10394 xmlHashLookup2(triage, node->name, NULL); in xmlRelaxNGValidateState()
10397 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
Dhash.c481 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2() function
Dvalid.c1549 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns); in xmlAddElementDecl()
1562 ret = xmlHashLookup2(table, name, ns); in xmlAddElementDecl()
3280 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc()
3329 cur = xmlHashLookup2(table, name, prefix); in xmlGetDtdElementDesc2()
3373 return(xmlHashLookup2(table, name, prefix)); in xmlGetDtdQElementDesc()
Dlibxml2.syms868 xmlHashLookup2;
Delfgcchack.h4345 #undef xmlHashLookup2
4346 extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias"…
4348 #ifndef xmlHashLookup2
4349 extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
4350 #define xmlHashLookup2 xmlHashLookup2__internal_alias macro
Dparser.c1264 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddDefAttrs()
1290 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); in xmlAddDefAttrs()
1373 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddSpecialAttr()
9532 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); in xmlParseStartTag2()
Dxmlschemastypes.c1087 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns)); in xmlSchemaGetPredefinedType()
Dxpath.c4935 ret = (xmlXPathFunction) xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()
5083 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()
Dxmlschemas.c5816 return(xmlHashLookup2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupGet()
Dtestapi.c10090 ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2); in test_xmlHashLookup2()
/third_party/libxml2/win32/
Dlibxml2.def.src951 xmlHashLookup2
/third_party/chromium/patch/
D0001-cve.patch105330 -#undef xmlHashLookup2
105331 -extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias…
105333 -#ifndef xmlHashLookup2
105334 -extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden"))…
105335 -#define xmlHashLookup2 xmlHashLookup2__internal_alias