Searched refs:xmlHashRemoveEntry2 (Results 1 - 14 of 14) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h4303 #undef xmlHashRemoveEntry2 macro
4304 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
4306 #ifndef xmlHashRemoveEntry2
4307 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
4308 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias macro
H A Dhash.c1006 * xmlHashRemoveEntry2:
1019 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, function
H A Dparser.c1263 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);
H A Dtestapi.c10298 ret_val = xmlHashRemoveEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, f);
10307 printf("Leak of %d blocks found in xmlHashRemoveEntry2",
[all...]
H A Dvalid.c1475 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
H A Dxpath.c4755 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4905 return(xmlHashRemoveEntry2(ctxt->varHash, name, ns_uri,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dhash.h159 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dextensions.c1465 ret = xmlHashRemoveEntry2(xsltFunctionsHash, name, URI, NULL);
1788 ret = xmlHashRemoveEntry2(xsltElementsHash, name, URI,
1900 ret = xmlHashRemoveEntry2(xsltTopLevelsHash, name, URI, NULL);
/external/libxml2/
H A Delfgcchack.h4395 #undef xmlHashRemoveEntry2 macro
4396 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
4398 #ifndef xmlHashRemoveEntry2
4399 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
4400 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias macro
H A Dhash.c1038 * xmlHashRemoveEntry2:
1051 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, function
H A Dparser.c1312 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);
H A Dvalid.c1475 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
H A Dxpath.c4869 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
5019 return(xmlHashRemoveEntry2(ctxt->varHash, name, ns_uri,
/external/libxml2/include/libxml/
H A Dhash.h159 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,

Completed in 450 milliseconds