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

/external/libxml2/
H A Dparser.c14691 * xmlRecoverMemory:
14702 xmlDocPtr xmlRecoverMemory(const char *buffer, int size) { function
H A Delfgcchack.h8260 #undef xmlRecoverMemory macro
8261 extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias")));
8263 #ifndef xmlRecoverMemory
8264 extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden")));
8265 #define xmlRecoverMemory xmlRecoverMemory__internal_alias macro

Completed in 293 milliseconds