Searched refs:xmlHashQLookup (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dhash.h182 xmlHashQLookup (xmlHashTablePtr table,
/external/libxml2/include/libxml/
H A Dhash.h182 xmlHashQLookup (xmlHashTablePtr table,
/external/chromium_org/third_party/libxml/src/
H A Dhash.c436 * xmlHashQLookup:
446 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, function
H A Delfgcchack.h4263 #undef xmlHashQLookup macro
4264 extern __typeof (xmlHashQLookup) xmlHashQLookup __attribute((alias("xmlHashQLookup__internal_alias")));
4266 #ifndef xmlHashQLookup
4267 extern __typeof (xmlHashQLookup) xmlHashQLookup__internal_alias __attribute((visibility("hidden")));
4268 #define xmlHashQLookup xmlHashQLookup__internal_alias macro
H A Dtestapi.c10068 ret_val = xmlHashQLookup(table, (const xmlChar *)prefix, (const xmlChar *)name);
10076 printf("Leak of %d blocks found in xmlHashQLookup",
[all...]
/external/libxml2/
H A Dhash.c472 * xmlHashQLookup:
482 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, function
H A Delfgcchack.h4263 #undef xmlHashQLookup macro
4264 extern __typeof (xmlHashQLookup) xmlHashQLookup __attribute((alias("xmlHashQLookup__internal_alias")));
4266 #ifndef xmlHashQLookup
4267 extern __typeof (xmlHashQLookup) xmlHashQLookup__internal_alias __attribute((visibility("hidden")));
4268 #define xmlHashQLookup xmlHashQLookup__internal_alias macro

Completed in 213 milliseconds