Searched refs:xmlHashRemoveEntry3 (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 165 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 155 d xmlHashRemoveEntry3... 156 d pr extproc('xmlHashRemoveEntry3')
|
/external/libxml2/ |
D | hash.c | 1052 return(xmlHashRemoveEntry3(table, name, NULL, NULL, f)); in xmlHashRemoveEntry() 1071 return(xmlHashRemoveEntry3(table, name, name2, NULL, f)); in xmlHashRemoveEntry2() 1089 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3() function
|
D | libxml2.syms | 872 xmlHashRemoveEntry3;
|
D | elfgcchack.h | 4405 #undef xmlHashRemoveEntry3 4406 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__… 4408 #ifndef xmlHashRemoveEntry3 4409 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("… 4410 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias macro
|
D | testapi.c | 10474 …ret_val = xmlHashRemoveEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar… in test_xmlHashRemoveEntry3()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 957 xmlHashRemoveEntry3
|