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

/external/libxml2/include/libxml/
H A Dcatalog.h139 xmlParseCatalogFile (const char *filename);
/external/libxml2/
H A Dlibxml2.syms276 xmlParseCatalogFile;
H A Dcatalog.c878 * xmlParseCatalogFile:
888 xmlParseCatalogFile(const char *filename) { function
1350 doc = xmlParseCatalogFile((const char *) filename);
H A Delfgcchack.h6998 #undef xmlParseCatalogFile macro
6999 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile __attribute((alias("xmlParseCatalogFile__internal_alias")));
7001 #ifndef xmlParseCatalogFile
7002 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile__internal_alias __attribute((visibility("hidden")));
7003 #define xmlParseCatalogFile xmlParseCatalogFile__internal_alias macro
H A Dtestapi.c6535 ret_val = xmlParseCatalogFile(filename);
6541 printf("Leak of %d blocks found in xmlParseCatalogFile",
[all...]

Completed in 195 milliseconds