Searched refs:xmlRecoverDoc (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Dparser.h865 xmlRecoverDoc (const xmlChar *cur);
/external/libxml2/
H A Dlibxml2.syms763 xmlRecoverDoc;
H A Delfgcchack.h8236 #undef xmlRecoverDoc macro
8237 extern __typeof (xmlRecoverDoc) xmlRecoverDoc __attribute((alias("xmlRecoverDoc__internal_alias")));
8239 #ifndef xmlRecoverDoc
8240 extern __typeof (xmlRecoverDoc) xmlRecoverDoc__internal_alias __attribute((visibility("hidden")));
8241 #define xmlRecoverDoc xmlRecoverDoc__internal_alias macro
H A Dparser.c14414 * xmlRecoverDoc:
14425 xmlRecoverDoc(const xmlChar *cur) { function
H A Dtestapi.c14628 ret_val = xmlRecoverDoc((const xmlChar *)cur);
14634 printf("Leak of %d blocks found in xmlRecoverDoc",
[all...]

Completed in 1464 milliseconds