Searched refs:xmlHashUpdateEntry (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dhash.h123 xmlHashUpdateEntry(xmlHashTablePtr table,
/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c367 * xmlHashUpdateEntry:
380 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4349 #undef xmlHashUpdateEntry macro
4350 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__internal_alias")));
4352 #ifndef xmlHashUpdateEntry
4353 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hidden")));
4354 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias macro
H A Dvalid.c3134 xmlHashUpdateEntry(table, ID, NULL, (xmlHashDeallocator)
H A Dxpath.c5056 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri),
H A Dtestapi.c10398 ret_val = xmlHashUpdateEntry(table, (const xmlChar *)name, userdata, f);
10407 printf("Leak of %d blocks found in xmlHashUpdateEntry",
[all...]

Completed in 277 milliseconds