Searched refs:xmlCreateFileParserCtxt (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DDOCBparser.c242 return (xmlCreateFileParserCtxt(filename));
H A Dparser.c13385 ctxt = xmlCreateFileParserCtxt(filename);
13565 * xmlCreateFileParserCtxt:
13575 xmlCreateFileParserCtxt(const char *filename) function
13608 ctxt = xmlCreateFileParserCtxt(filename);
13773 ctxt = xmlCreateFileParserCtxt(filename);
H A Delfgcchack.h2367 #undef xmlCreateFileParserCtxt macro
2368 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
2370 #ifndef xmlCreateFileParserCtxt
2371 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
2372 #define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias macro
H A Dtestapi.c15920 ret_val = xmlCreateFileParserCtxt(filename);
15926 printf("Leak of %d blocks found in xmlCreateFileParserCtxt",
[all...]
/external/libxml2/
H A DDOCBparser.c242 return (xmlCreateFileParserCtxt(filename));
H A Dparser.c13918 ctxt = xmlCreateFileParserCtxt(filename);
14098 * xmlCreateFileParserCtxt:
14108 xmlCreateFileParserCtxt(const char *filename) function
14141 ctxt = xmlCreateFileParserCtxt(filename);
14306 ctxt = xmlCreateFileParserCtxt(filename);
H A Delfgcchack.h2439 #undef xmlCreateFileParserCtxt macro
2440 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
2442 #ifndef xmlCreateFileParserCtxt
2443 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
2444 #define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias macro
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h292 xmlCreateFileParserCtxt (const char *filename);
/external/libxml2/include/libxml/
H A DparserInternals.h325 xmlCreateFileParserCtxt (const char *filename);

Completed in 369 milliseconds