Searched refs:htmlSAXParseFile (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestHTML.c654 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
684 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
692 doc = htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL);
694 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
702 doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL);
704 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestHTML.c654 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
684 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
692 doc = htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL);
694 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
702 doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL);
704 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
H A DHTMLparser.c5630 * htmlSAXParseFile:
5646 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, function
5687 return(htmlSAXParseFile(filename, encoding, NULL, NULL));
H A Delfgcchack.h726 #undef htmlSAXParseFile macro
727 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias")));
729 #ifndef htmlSAXParseFile
730 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias macro
H A Dtestapi.c2735 ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData);
2744 printf("Leak of %d blocks found in htmlSAXParseFile",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestHTML.c654 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
684 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
692 doc = htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL);
694 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
702 doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL);
704 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
H A DHTMLparser.c5630 * htmlSAXParseFile:
5646 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, function
5687 return(htmlSAXParseFile(filename, encoding, NULL, NULL));
H A Delfgcchack.h726 #undef htmlSAXParseFile macro
727 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias")));
729 #ifndef htmlSAXParseFile
730 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias macro
H A Dtestapi.c2735 ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData);
2744 printf("Leak of %d blocks found in htmlSAXParseFile",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DHTMLparser.h126 htmlSAXParseFile(const char *filename,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DHTMLparser.h126 htmlSAXParseFile(const char *filename,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.in.h126 htmlSAXParseFile(const char *filename,
H A DHTMLparser.c5530 * htmlSAXParseFile:
5546 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, function
5587 return(htmlSAXParseFile(filename, encoding, NULL, NULL));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DHTMLparser.h126 htmlSAXParseFile(const char *filename,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.in.h126 htmlSAXParseFile(const char *filename,
H A DHTMLparser.c5530 * htmlSAXParseFile:
5546 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, function
5587 return(htmlSAXParseFile(filename, encoding, NULL, NULL));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c1405 (args, (char *) "Osz:htmlSAXParseFile", &pyobj_SAX, &URI,
1420 htmlSAXParseFile(URI, encoding, SAX, pyobj_SAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.c1405 (args, (char *) "Osz:htmlSAXParseFile", &pyobj_SAX, &URI,
1420 htmlSAXParseFile(URI, encoding, SAX, pyobj_SAX);

Completed in 689 milliseconds