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

/external/libxml2/
H A Dparser.c15605 * xmlCtxtReadFile:
15617 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, function
H A Delfgcchack.h2541 #undef xmlCtxtReadFile macro
2542 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile __attribute((alias("xmlCtxtReadFile__internal_alias")));
2544 #ifndef xmlCtxtReadFile
2545 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
2546 #define xmlCtxtReadFile xmlCtxtReadFile__internal_alias macro

Completed in 148 milliseconds