Home
last modified time | relevance | path

Searched refs:htmlSAXParseFile (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h126 htmlSAXParseFile(const char *filename,
/external/libxml2/
Delfgcchack.h726 #undef htmlSAXParseFile
727 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_…
729 #ifndef htmlSAXParseFile
730 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden…
731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias macro
DHTMLparser.c5646 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile() function
5687 return(htmlSAXParseFile(filename, encoding, NULL, NULL)); in htmlParseFile()