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

/vbox/src/libs/libxml2-2.6.31/
H A Ddict.c764 * xmlDictQLookup:
774 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { function
H A Delfgcchack.h2851 #undef xmlDictQLookup macro
2852 extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias")));
2854 #ifndef xmlDictQLookup
2855 extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
2856 #define xmlDictQLookup xmlDictQLookup__internal_alias macro

Completed in 76 milliseconds