xmlHashLookup2 4243 third_party/libxml/src/elfgcchack.h #undef xmlHashLookup2 xmlHashLookup2 4244 third_party/libxml/src/elfgcchack.h extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias"))); xmlHashLookup2 4246 third_party/libxml/src/elfgcchack.h #ifndef xmlHashLookup2 xmlHashLookup2 4247 third_party/libxml/src/elfgcchack.h extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden"))); xmlHashLookup2 4248 third_party/libxml/src/elfgcchack.h #define xmlHashLookup2 xmlHashLookup2__internal_alias xmlHashLookup2 173 third_party/libxml/src/include/libxml/hash.h xmlHashLookup2 (xmlHashTablePtr table, xmlHashLookup2 1130 third_party/libxml/src/parser.c if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) xmlHashLookup2 1156 third_party/libxml/src/parser.c defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); xmlHashLookup2 1239 third_party/libxml/src/parser.c if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) xmlHashLookup2 9082 third_party/libxml/src/parser.c defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); xmlHashLookup2 9315 third_party/libxml/src/relaxng.c tmp = xmlHashLookup2(partitions->triage, BAD_CAST "#text", xmlHashLookup2 9319 third_party/libxml/src/relaxng.c tmp = xmlHashLookup2(partitions->triage, cur->name, xmlHashLookup2 9322 third_party/libxml/src/relaxng.c tmp = xmlHashLookup2(partitions->triage, xmlHashLookup2 9327 third_party/libxml/src/relaxng.c xmlHashLookup2(partitions->triage, cur->name, xmlHashLookup2 9331 third_party/libxml/src/relaxng.c xmlHashLookup2(partitions->triage, BAD_CAST "#any", xmlHashLookup2 10283 third_party/libxml/src/relaxng.c xmlHashLookup2(triage, BAD_CAST "#text", NULL); xmlHashLookup2 10286 third_party/libxml/src/relaxng.c list = xmlHashLookup2(triage, node->name, xmlHashLookup2 10290 third_party/libxml/src/relaxng.c xmlHashLookup2(triage, BAD_CAST "#any", xmlHashLookup2 10294 third_party/libxml/src/relaxng.c xmlHashLookup2(triage, node->name, NULL); xmlHashLookup2 10297 third_party/libxml/src/relaxng.c xmlHashLookup2(triage, BAD_CAST "#any", xmlHashLookup2 9969 third_party/libxml/src/testapi.c ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2); xmlHashLookup2 1471 third_party/libxml/src/valid.c ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns); xmlHashLookup2 1484 third_party/libxml/src/valid.c ret = xmlHashLookup2(table, name, ns); xmlHashLookup2 3159 third_party/libxml/src/valid.c cur = xmlHashLookup2(table, name, prefix); xmlHashLookup2 3208 third_party/libxml/src/valid.c cur = xmlHashLookup2(table, name, prefix); xmlHashLookup2 3252 third_party/libxml/src/valid.c return(xmlHashLookup2(table, name, prefix)); xmlHashLookup2 5710 third_party/libxml/src/xmlschemas.c return(xmlHashLookup2(WXS_SUBST_GROUPS(pctxt), xmlHashLookup2 1073 third_party/libxml/src/xmlschemastypes.c return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns)); xmlHashLookup2 4837 third_party/libxml/src/xpath.c XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); xmlHashLookup2 4985 third_party/libxml/src/xpath.c xmlHashLookup2(ctxt->varHash, name, ns_uri))); xmlHashLookup2 112 third_party/libxslt/libexslt/functions.c func = (exsltFuncFunctionData*)xmlHashLookup2(ch->hash, URI, name); xmlHashLookup2 301 third_party/libxslt/libexslt/functions.c func = (exsltFuncFunctionData*) xmlHashLookup2 (data->funcs, xmlHashLookup2 320 third_party/libxslt/libxslt/attributes.c attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix); xmlHashLookup2 476 third_party/libxslt/libxslt/attributes.c values = xmlHashLookup2(style->attributeSets, name, ns); xmlHashLookup2 562 third_party/libxslt/libxslt/attributes.c topSet = xmlHashLookup2(style->attributeSets, name, ns); xmlHashLookup2 1101 third_party/libxslt/libxslt/attributes.c xmlHashLookup2(style->attributeSets, ncname, prefix); xmlHashLookup2 1112 third_party/libxslt/libxslt/attributes.c xmlHashLookup2(style->attributeSets, ncname, prefix); xmlHashLookup2 1427 third_party/libxslt/libxslt/extensions.c XML_CAST_FPTR(ret) = xmlHashLookup2(xsltFunctionsHash, name, URI); xmlHashLookup2 1437 third_party/libxslt/libxslt/extensions.c xmlHashLookup2(xsltFunctionsHash, name, URI); xmlHashLookup2 1568 third_party/libxslt/libxslt/extensions.c xmlHashLookup2(xsltElementsHash, inst->name, inst->ns->href); xmlHashLookup2 1675 third_party/libxslt/libxslt/extensions.c XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->extElements, name, URI); xmlHashLookup2 1705 third_party/libxslt/libxslt/extensions.c ext = (xsltExtElementPtr) xmlHashLookup2(xsltElementsHash, name, URI); xmlHashLookup2 1718 third_party/libxslt/libxslt/extensions.c xmlHashLookup2(xsltElementsHash, name, URI); xmlHashLookup2 1749 third_party/libxslt/libxslt/extensions.c ext = (xsltExtElementPtr) xmlHashLookup2(xsltElementsHash, name, URI); xmlHashLookup2 1758 third_party/libxslt/libxslt/extensions.c xmlHashLookup2(xsltElementsHash, name, URI); xmlHashLookup2 1863 third_party/libxslt/libxslt/extensions.c XML_CAST_FPTR(ret) = xmlHashLookup2(xsltTopLevelsHash, name, URI); xmlHashLookup2 1872 third_party/libxslt/libxslt/extensions.c XML_CAST_FPTR(ret) = xmlHashLookup2(xsltTopLevelsHash, name, URI); xmlHashLookup2 84 third_party/libxslt/libxslt/functions.c XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); xmlHashLookup2 350 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, node->name, node->ns->href); xmlHashLookup2 353 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, BAD_CAST "*", xmlHashLookup2 358 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, node->name, NULL); xmlHashLookup2 743 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, xmlHashLookup2 746 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, xmlHashLookup2 849 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, xmlHashLookup2 852 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, xmlHashLookup2 4847 third_party/libxslt/libxslt/transform.c xmlHashLookup2(ctxt->style->stripSpaces, xmlHashLookup2 4852 third_party/libxslt/libxslt/transform.c xmlHashLookup2(ctxt->style->stripSpaces, xmlHashLookup2 4858 third_party/libxslt/libxslt/transform.c xmlHashLookup2(ctxt->style->stripSpaces, xmlHashLookup2 1261 third_party/libxslt/libxslt/variables.c xmlHashLookup2(ctxt->globalVars, xmlHashLookup2 1459 third_party/libxslt/libxslt/variables.c res_ptr = xmlHashLookup2(ctxt->globalVars, name, href); xmlHashLookup2 1840 third_party/libxslt/libxslt/variables.c xmlHashLookup2(ctxt->globalVars, name, ns_uri);