Searched refs:xmlHashLookup2 (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 173 xmlHashLookup2 (xmlHashTablePtr table,
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 159 d xmlHashLookup2 pr * extproc('xmlHashLookup2') void *
|
/external/libxml2/ |
D | relaxng.c | 9365 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()
|
D | hash.c | 462 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2() function
|
D | valid.c | 1471 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()
|
D | libxml2.syms | 868 xmlHashLookup2;
|
D | elfgcchack.h | 4335 #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
|
D | parser.c | 1207 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()
|
D | xmlschemastypes.c | 1077 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns)); in xmlSchemaGetPredefinedType()
|
D | xpath.c | 4956 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS() 5104 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()
|
D | xmlschemas.c | 5731 return(xmlHashLookup2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupGet()
|
D | testapi.c | 10020 ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2); in test_xmlHashLookup2()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 950 xmlHashLookup2
|