Searched refs:xmlHashUpdateEntry (Results 1 - 7 of 7) sorted by relevance
/external/libxml2/include/libxml/ |
H A D | hash.h | 123 xmlHashUpdateEntry(xmlHashTablePtr table,
|
/external/libxml2/ |
H A D | libxml2.syms | 878 xmlHashUpdateEntry;
|
H A D | hash.c | 398 * xmlHashUpdateEntry: 411 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, function
|
H A D | elfgcchack.h | 4465 #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 D | valid.c | 3096 xmlHashUpdateEntry(table, ID, NULL, (xmlHashDeallocator)
|
H A D | xpath.c | 5150 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri),
|
H A D | testapi.c | 10534 ret_val = xmlHashUpdateEntry(table, (const xmlChar *)name, userdata, f); 10543 printf("Leak of %d blocks found in xmlHashUpdateEntry", [all...] |
Completed in 313 milliseconds