Searched defs:xmlDictFree (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Ddict.c652 * xmlDictFree:
659 xmlDictFree(xmlDictPtr dict) { function
684 xmlDictFree(dict->subdict);
H A Delfgcchack.h2833 #undef xmlDictFree macro
2834 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
2836 #ifndef xmlDictFree
2837 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
2838 #define xmlDictFree xmlDictFree__internal_alias macro
/external/libxml2/
H A Ddict.c754 * xmlDictFree:
761 xmlDictFree(xmlDictPtr dict) { function
786 xmlDictFree(dict->subdict);
H A Delfgcchack.h2905 #undef xmlDictFree macro
2906 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
2908 #ifndef xmlDictFree
2909 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
2910 #define xmlDictFree xmlDictFree__internal_alias macro

Completed in 193 milliseconds