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

/external/libxml2/include/libxml/
H A Dparser.h870 xmlRecoverFile (const char *filename);
/external/libxml2/
H A Dlibxml2.syms764 xmlRecoverFile;
H A Delfgcchack.h8248 #undef xmlRecoverFile macro
8249 extern __typeof (xmlRecoverFile) xmlRecoverFile __attribute((alias("xmlRecoverFile__internal_alias")));
8251 #ifndef xmlRecoverFile
8252 extern __typeof (xmlRecoverFile) xmlRecoverFile__internal_alias __attribute((visibility("hidden")));
8253 #define xmlRecoverFile xmlRecoverFile__internal_alias macro
H A Dparser.c14352 * xmlRecoverFile:
14364 xmlRecoverFile(const char *filename) { function
H A Dtestapi.c14664 ret_val = xmlRecoverFile(filename);
14670 printf("Leak of %d blocks found in xmlRecoverFile",
[all...]

Completed in 216 milliseconds