Searched refs:xmlCreateURLParserCtxt (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h285 xmlCreateURLParserCtxt (const char *filename,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h2405 #undef xmlCreateURLParserCtxt macro
2406 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
2408 #ifndef xmlCreateURLParserCtxt
2409 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden")));
2410 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias macro
H A Dparser.c12098 * xmlCreateURLParserCtxt:
12109 xmlCreateURLParserCtxt(const char *filename, int options) function
12153 return(xmlCreateURLParserCtxt(filename, 0));
13197 ctxt = xmlCreateURLParserCtxt(filename, options);

Completed in 145 milliseconds