Searched refs:xmlHashScan3 (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 213 xmlHashScan3 (xmlHashTablePtr table,
|
/external/libxml2/ |
D | hash.c | 881 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3() function
|
D | elfgcchack.h | 4333 #undef xmlHashScan3 4334 extern __typeof (xmlHashScan3) xmlHashScan3 __attribute((alias("xmlHashScan3__internal_alias"))); 4336 #ifndef xmlHashScan3 4337 extern __typeof (xmlHashScan3) xmlHashScan3__internal_alias __attribute((visibility("hidden"))); 4338 #define xmlHashScan3 xmlHashScan3__internal_alias macro
|
D | valid.c | 1877 xmlHashScan3(table, NULL, NULL, elem, in xmlScanAttributeDecl() 4215 xmlHashScan3(table, NULL, NULL, attr->elem, (xmlHashScanner) in xmlValidateAttributeDecl()
|