Home
last modified time | relevance | path

Searched refs:xmlHashScan3 (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h213 xmlHashScan3 (xmlHashTablePtr table,
/external/libxml2/
Dhash.c881 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3() function
Delfgcchack.h4333 #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
Dvalid.c1877 xmlHashScan3(table, NULL, NULL, elem, in xmlScanAttributeDecl()
4215 xmlHashScan3(table, NULL, NULL, attr->elem, (xmlHashScanner) in xmlValidateAttributeDecl()