Searched refs:xmlHashRemoveEntry3 (Results 1 – 8 of 8) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | hash.h | 165 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | hash.rpgle | 155 d xmlHashRemoveEntry3... 156 d pr extproc('xmlHashRemoveEntry3')
|
| /third_party/libxml2/ |
| D | hash.c | 1059 return(xmlHashRemoveEntry3(table, name, NULL, NULL, f)); in xmlHashRemoveEntry() 1078 return(xmlHashRemoveEntry3(table, name, name2, NULL, f)); in xmlHashRemoveEntry2() 1096 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3() function
|
| D | libxml2.syms | 872 xmlHashRemoveEntry3;
|
| D | elfgcchack.h | 4415 #undef xmlHashRemoveEntry3 4416 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__… 4418 #ifndef xmlHashRemoveEntry3 4419 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("… 4420 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias macro
|
| D | testapi.c | 10476 …ret_val = xmlHashRemoveEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar… in test_xmlHashRemoveEntry3()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 958 xmlHashRemoveEntry3
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 105400 -#undef xmlHashRemoveEntry3 105401 -extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3_… 105403 -#ifndef xmlHashRemoveEntry3 105404 -extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility(… 105405 -#define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias 121423 @@ -1142,5 +1137,3 @@ xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
|