Searched defs:xmlHashUpdateEntry3 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c382 return(xmlHashUpdateEntry3(table, name, NULL, NULL, userdata, f));
403 return(xmlHashUpdateEntry3(table, name, name2, NULL, userdata, f));
587 * xmlHashUpdateEntry3:
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4369 #undef xmlHashUpdateEntry3 macro
4370 extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3 __attribute((alias("xmlHashUpdateEntry3__internal_alias")));
4372 #ifndef xmlHashUpdateEntry3
4373 extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3__internal_alias __attribute((visibility("hidden")));
4374 #define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias macro

Completed in 95 milliseconds