Searched refs:htmlCreateFileParserCtxt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h545 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
/external/libxml2/include/libxml/
H A DparserInternals.h545 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c6124 * htmlCreateFileParserCtxt:
6135 htmlCreateFileParserCtxt(const char *filename, const char *encoding) function
6209 ctxt = htmlCreateFileParserCtxt(filename, encoding);
6626 ctxt = htmlCreateFileParserCtxt(filename, encoding);
H A Delfgcchack.h126 #undef htmlCreateFileParserCtxt macro
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
129 #ifndef htmlCreateFileParserCtxt
130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias macro
H A Dtestapi.c15483 ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding);
15490 printf("Leak of %d blocks found in htmlCreateFileParserCtxt",
[all...]
/external/libxml2/
H A DHTMLparser.c6129 * htmlCreateFileParserCtxt:
6140 htmlCreateFileParserCtxt(const char *filename, const char *encoding) function
6214 ctxt = htmlCreateFileParserCtxt(filename, encoding);
6640 ctxt = htmlCreateFileParserCtxt(filename, encoding);
H A Delfgcchack.h126 #undef htmlCreateFileParserCtxt macro
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
129 #ifndef htmlCreateFileParserCtxt
130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias macro

Completed in 282 milliseconds