Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h294 xmlCreateURLParserCtxt (const char *filename,
/external/libxml2/
Delfgcchack.h2429 #undef xmlCreateURLParserCtxt
2430 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLPar…
2432 #ifndef xmlCreateURLParserCtxt
2433 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibi…
2434 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias macro
Dparser.c13525 xmlCreateURLParserCtxt(const char *filename, int options) in xmlCreateURLParserCtxt() function
13569 return(xmlCreateURLParserCtxt(filename, 0)); in xmlCreateFileParserCtxt()
14698 ctxt = xmlCreateURLParserCtxt(filename, options); in xmlReadFile()