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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.in.h536 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
H A DHTMLparser.c5469 * htmlCreateFileParserCtxt:
5480 htmlCreateFileParserCtxt(const char *filename, const char *encoding) function
5554 ctxt = htmlCreateFileParserCtxt(filename, encoding);
5963 ctxt = htmlCreateFileParserCtxt(filename, encoding);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DparserInternals.h536 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.in.h536 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
H A DHTMLparser.c5469 * htmlCreateFileParserCtxt:
5480 htmlCreateFileParserCtxt(const char *filename, const char *encoding) function
5554 ctxt = htmlCreateFileParserCtxt(filename, encoding);
5963 ctxt = htmlCreateFileParserCtxt(filename, encoding);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c5569 * htmlCreateFileParserCtxt:
5580 htmlCreateFileParserCtxt(const char *filename, const char *encoding) function
5654 ctxt = htmlCreateFileParserCtxt(filename, encoding);
6067 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.c15476 ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding);
15483 printf("Leak of %d blocks found in htmlCreateFileParserCtxt",
[all...]

Completed in 445 milliseconds