Searched refs:xmlHashRemoveEntry3 (Results 1 - 7 of 7) sorted by last modified time

/external/libxml2/
H A Delfgcchack.h4405 #undef xmlHashRemoveEntry3 macro
4406 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias")));
4408 #ifndef xmlHashRemoveEntry3
4409 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden")));
4410 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias macro
H A Dhash.c1034 return(xmlHashRemoveEntry3(table, name, NULL, NULL, f));
1053 return(xmlHashRemoveEntry3(table, name, name2, NULL, f));
1057 * xmlHashRemoveEntry3:
1071 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, function
/external/libxml2/include/libxml/
H A Dhash.h162 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dhash.h162 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c10355 ret_val = xmlHashRemoveEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, f);
10365 printf("Leak of %d blocks found in xmlHashRemoveEntry3",
[all...]
H A Delfgcchack.h4313 #undef xmlHashRemoveEntry3 macro
4314 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias")));
4316 #ifndef xmlHashRemoveEntry3
4317 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden")));
4318 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias macro
H A Dhash.c1002 return(xmlHashRemoveEntry3(table, name, NULL, NULL, f));
1021 return(xmlHashRemoveEntry3(table, name, name2, NULL, f));
1025 * xmlHashRemoveEntry3:
1039 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, function

Completed in 221 milliseconds