Home
last modified time | relevance | path

Searched refs:xmlHashRemoveEntry (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Dhash.rpgle140 d xmlHashRemoveEntry...
141 d pr extproc('xmlHashRemoveEntry')
/external/libxml2/include/libxml/
Dhash.h159 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
/external/libxml2/
Dcatalog.c767 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()
Dhash.c1050 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry() function
Dlibxml2.syms870 xmlHashRemoveEntry;
Dtree.c3836 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()
Delfgcchack.h4385 #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
Dvalid.c2787 xmlHashRemoveEntry(table, ID, xmlFreeIDTableEntry); in xmlRemoveID()
Dxpath.c5159 return(xmlHashRemoveEntry(ctxt->nsHash, prefix, in xmlXPathRegisterNs()
Dtestapi.c10367 ret_val = xmlHashRemoveEntry(table, (const xmlChar *)name, f); in test_xmlHashRemoveEntry()
/external/libxml2/win32/
Dlibxml2.def.src955 xmlHashRemoveEntry