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

/external/libxml2/
H A Ddict.c747 * xmlDictLookup:
757 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { function
1002 return(xmlDictLookup(dict, name, -1));
H A Delfgcchack.h2843 #undef xmlDictLookup macro
2844 extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
2846 #ifndef xmlDictLookup
2847 extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
2848 #define xmlDictLookup xmlDictLookup__internal_alias macro

Completed in 45 milliseconds