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

/external/chromium_org/third_party/libxml/src/
H A DparserInternals.c1851 * xmlNewParserCtxt:
1859 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
/external/libxml2/
H A DparserInternals.c1816 * xmlNewParserCtxt:
1824 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 731 milliseconds