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

/external/libxml2/
H A Ddict.c715 * xmlDictLookup:
725 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { function
970 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 66 milliseconds