xmlHashRemoveEntry2 4303 third_party/libxml/src/elfgcchack.h #undef xmlHashRemoveEntry2
xmlHashRemoveEntry2 4304 third_party/libxml/src/elfgcchack.h extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
xmlHashRemoveEntry2 4306 third_party/libxml/src/elfgcchack.h #ifndef xmlHashRemoveEntry2
xmlHashRemoveEntry2 4307 third_party/libxml/src/elfgcchack.h extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
xmlHashRemoveEntry2 4308 third_party/libxml/src/elfgcchack.h #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias
xmlHashRemoveEntry2  159 third_party/libxml/src/include/libxml/hash.h 			xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
xmlHashRemoveEntry2 1263 third_party/libxml/src/parser.c         xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);
xmlHashRemoveEntry2 10298 third_party/libxml/src/testapi.c         ret_val = xmlHashRemoveEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, f);
xmlHashRemoveEntry2 1475 third_party/libxml/src/valid.c 	    xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
xmlHashRemoveEntry2 4755 third_party/libxml/src/xpath.c         return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
xmlHashRemoveEntry2 4905 third_party/libxml/src/xpath.c         return(xmlHashRemoveEntry2(ctxt->varHash, name, ns_uri,
xmlHashRemoveEntry2 1465 third_party/libxslt/libxslt/extensions.c     ret = xmlHashRemoveEntry2(xsltFunctionsHash, name, URI, NULL);
xmlHashRemoveEntry2 1788 third_party/libxslt/libxslt/extensions.c     ret = xmlHashRemoveEntry2(xsltElementsHash, name, URI,
xmlHashRemoveEntry2 1900 third_party/libxslt/libxslt/extensions.c     ret = xmlHashRemoveEntry2(xsltTopLevelsHash, name, URI, NULL);