Searched refs:xmlHashRemoveEntry (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 159 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 140 d xmlHashRemoveEntry... 141 d pr extproc('xmlHashRemoveEntry')
|
/external/libxml2/ |
D | catalog.c | 767 xmlHashRemoveEntry(catal->sgml, entry->name, xmlFreeCatalogEntry); in xmlCatalogConvertEntry() 774 xmlHashRemoveEntry(catal->sgml, entry->name, NULL); in xmlCatalogConvertEntry() 3009 res = xmlHashRemoveEntry(catal->sgml, value, xmlFreeCatalogEntry); in xmlACatalogRemove()
|
D | hash.c | 1050 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry() function
|
D | libxml2.syms | 870 xmlHashRemoveEntry;
|
D | tree.c | 3836 xmlHashRemoveEntry(doc->intSubset->entities, cur->name, in xmlUnlinkNode() 3839 xmlHashRemoveEntry(doc->intSubset->pentities, cur->name, in xmlUnlinkNode() 3844 xmlHashRemoveEntry(doc->extSubset->entities, cur->name, in xmlUnlinkNode() 3847 xmlHashRemoveEntry(doc->extSubset->pentities, cur->name, in xmlUnlinkNode()
|
D | elfgcchack.h | 4385 #undef xmlHashRemoveEntry 4386 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__int… 4388 #ifndef xmlHashRemoveEntry 4389 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hi… 4390 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias macro
|
D | valid.c | 2787 xmlHashRemoveEntry(table, ID, xmlFreeIDTableEntry); in xmlRemoveID()
|
D | xpath.c | 5157 return(xmlHashRemoveEntry(ctxt->nsHash, prefix, in xmlXPathRegisterNs()
|
D | testapi.c | 10367 ret_val = xmlHashRemoveEntry(table, (const xmlChar *)name, f); in test_xmlHashRemoveEntry()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 955 xmlHashRemoveEntry
|