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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h545 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c5527 * htmlCreateFileParserCtxt:
5538 htmlCreateFileParserCtxt(const char *filename, const char *encoding) function
5612 ctxt = htmlCreateFileParserCtxt(filename, encoding);
6021 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.c15409 ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding);
15416 printf("Leak of %d blocks found in htmlCreateFileParserCtxt",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c8385 if (!PyArg_ParseTuple(args, (char *)"zz:htmlCreateFileParserCtxt", &filename, &encoding))
8388 c_retval = htmlCreateFileParserCtxt(filename, encoding);

Completed in 318 milliseconds