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

/external/chromium_org/third_party/libxml/src/
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.c6185 * htmlSAXParseFile:
6201 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, function
6242 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.c2742 ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData);
2751 printf("Leak of %d blocks found in htmlSAXParseFile",
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DHTMLparser.h126 htmlSAXParseFile(const char *filename,
/external/libxml2/include/libxml/
H A DHTMLparser.h126 htmlSAXParseFile(const char *filename,
/external/libxml2/
H A DHTMLparser.c6304 * htmlSAXParseFile:
6320 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, function
6361 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

Completed in 794 milliseconds