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

/external/libxml2/
H A DparserInternals.c1764 * xmlNewParserCtxt:
1772 xmlNewParserCtxt(void) function
H A Delfgcchack.h6225 #undef xmlNewParserCtxt macro
6226 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt __attribute((alias("xmlNewParserCtxt__internal_alias")));
6228 #ifndef xmlNewParserCtxt
6229 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
6230 #define xmlNewParserCtxt xmlNewParserCtxt__internal_alias macro

Completed in 107 milliseconds