Searched refs:xmlCreateURLParserCtxt (Results 1 – 3 of 3) sorted by relevance
294 xmlCreateURLParserCtxt (const char *filename,
2429 #undef xmlCreateURLParserCtxt2430 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLPar…2432 #ifndef xmlCreateURLParserCtxt2433 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibi…2434 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias macro
13525 xmlCreateURLParserCtxt(const char *filename, int options) in xmlCreateURLParserCtxt() function13569 return(xmlCreateURLParserCtxt(filename, 0)); in xmlCreateFileParserCtxt()14698 ctxt = xmlCreateURLParserCtxt(filename, options); in xmlReadFile()