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

/external/libxml2/
H A Dparser.c14321 * xmlCreateURLParserCtxt:
14332 xmlCreateURLParserCtxt(const char *filename, int options) function
14376 return(xmlCreateURLParserCtxt(filename, 0));
15506 ctxt = xmlCreateURLParserCtxt(filename, options);
H A Delfgcchack.h2501 #undef xmlCreateURLParserCtxt macro
2502 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
2504 #ifndef xmlCreateURLParserCtxt
2505 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden")));
2506 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias macro

Completed in 928 milliseconds