Searched defs:xmlDictQLookup (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Ddict.c1067 * xmlDictQLookup:
1077 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { function
H A Delfgcchack.h2945 #undef xmlDictQLookup macro
2946 extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias")));
2948 #ifndef xmlDictQLookup
2949 extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
2950 #define xmlDictQLookup xmlDictQLookup__internal_alias macro

Completed in 244 milliseconds