Searched defs:xmlDictLookup (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Ddict.c714 * xmlDictLookup:
724 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { function
969 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
/external/libxml2/
H A Ddict.c816 * xmlDictLookup:
826 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { function
1084 return(xmlDictLookup(dict, name, -1));
H A Delfgcchack.h2925 #undef xmlDictLookup macro
2926 extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
2928 #ifndef xmlDictLookup
2929 extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
2930 #define xmlDictLookup xmlDictLookup__internal_alias macro

Completed in 583 milliseconds