Searched refs:xmlSAXParseFile (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h892 xmlSAXParseFile (xmlSAXHandlerPtr sax,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h8990 #undef xmlSAXParseFile macro
8991 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
8993 #ifndef xmlSAXParseFile
8994 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
8995 #define xmlSAXParseFile xmlSAXParseFile__internal_alias macro
H A Dparser.c12230 * xmlSAXParseFile:
12245 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, function
12278 return(xmlSAXParseFile(NULL, filename, 0));
12294 return(xmlSAXParseFile(NULL, filename, 1));

Completed in 125 milliseconds