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

/external/libxml2/
H A Dparser.c13943 * xmlRecoverMemory:
13954 xmlDocPtr xmlRecoverMemory(const char *buffer, int size) { function
H A Delfgcchack.h8134 #undef xmlRecoverMemory macro
8135 extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias")));
8137 #ifndef xmlRecoverMemory
8138 extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden")));
8139 #define xmlRecoverMemory xmlRecoverMemory__internal_alias macro

Completed in 146 milliseconds