Searched refs:xmlHashRemoveEntry (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dhash.h156 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c755 xmlHashRemoveEntry(catal->sgml, entry->name,
763 xmlHashRemoveEntry(catal->sgml, entry->name, NULL);
3001 res = xmlHashRemoveEntry(catal->sgml, value,
H A Dhash.c990 * xmlHashRemoveEntry:
1001 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4269 #undef xmlHashRemoveEntry macro
4270 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
4272 #ifndef xmlHashRemoveEntry
4273 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
4274 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias macro
H A Dvalid.c2796 xmlHashRemoveEntry(table, ID, (xmlHashDeallocator) xmlFreeID);
H A Dxpath.c5054 return(xmlHashRemoveEntry(ctxt->nsHash, prefix,
H A Dtestapi.c10163 ret_val = xmlHashRemoveEntry(table, (const xmlChar *)name, f);
10171 printf("Leak of %d blocks found in xmlHashRemoveEntry",
[all...]

Completed in 270 milliseconds