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

/external/libxml2/
H A DparserInternals.c1845 * xmlNewParserCtxt:
1853 xmlNewParserCtxt(void) function
H A Delfgcchack.h6327 #undef xmlNewParserCtxt macro
6328 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt __attribute((alias("xmlNewParserCtxt__internal_alias")));
6330 #ifndef xmlNewParserCtxt
6331 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
6332 #define xmlNewParserCtxt xmlNewParserCtxt__internal_alias macro

Completed in 241 milliseconds