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

/external/libxml2/
H A Dparser.c14847 * xmlCtxtReadFile:
14859 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, function
H A Delfgcchack.h2469 #undef xmlCtxtReadFile macro
2470 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile __attribute((alias("xmlCtxtReadFile__internal_alias")));
2472 #ifndef xmlCtxtReadFile
2473 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
2474 #define xmlCtxtReadFile xmlCtxtReadFile__internal_alias macro

Completed in 61 milliseconds