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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c12540 * xmlCreateURLParserCtxt:
12551 xmlCreateURLParserCtxt(const char *filename, int options) function
12595 return(xmlCreateURLParserCtxt(filename, 0));
13653 ctxt = xmlCreateURLParserCtxt(filename, options);
H A Delfgcchack.h2417 #undef xmlCreateURLParserCtxt macro
2418 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
2420 #ifndef xmlCreateURLParserCtxt
2421 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden")));
2422 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias macro

Completed in 89 milliseconds