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

/external/libxml2/include/libxml/
H A Dhash.h123 xmlHashUpdateEntry(xmlHashTablePtr table,
/external/libxml2/
H A Dlibxml2.syms878 xmlHashUpdateEntry;
H A Dhash.c398 * xmlHashUpdateEntry:
411 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4465 #undef xmlHashUpdateEntry macro
4466 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__internal_alias")));
4468 #ifndef xmlHashUpdateEntry
4469 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hidden")));
4470 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias macro
H A Dvalid.c3096 xmlHashUpdateEntry(table, ID, NULL, (xmlHashDeallocator)
H A Dxpath.c5150 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri),
H A Dtestapi.c10534 ret_val = xmlHashUpdateEntry(table, (const xmlChar *)name, userdata, f);
10543 printf("Leak of %d blocks found in xmlHashUpdateEntry",
[all...]

Completed in 313 milliseconds