Home
last modified time | relevance | path

Searched refs:xmlSAXParseFileWithData (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
DDOCBparser.c274 return (xmlSAXParseFileWithData(sax, filename, 0, userData)); in docbSAXParseFile()
Delfgcchack.h9102 #undef xmlSAXParseFileWithData
9103 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFi…
9105 #ifndef xmlSAXParseFileWithData
9106 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visi…
9107 #define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias macro
Dparser.c13593 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData() function
13660 return(xmlSAXParseFileWithData(sax,filename,recovery,NULL)); in xmlSAXParseFile()
/external/libxml2/include/libxml/
Dparser.h907 xmlSAXParseFileWithData (xmlSAXHandlerPtr sax,