Searched refs:xmlSAXParseFile (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | parser.h | 903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
|
/external/libxml2/include/libxml/ |
D | parser.h | 903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1586 xmlSAXParseFile
|
/external/libxml2/ |
D | elfgcchack.h | 9090 #undef xmlSAXParseFile 9091 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_ali… 9093 #ifndef xmlSAXParseFile 9094 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")… 9095 #define xmlSAXParseFile xmlSAXParseFile__internal_alias macro
|
D | parser.c | 13658 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFile() function 13692 return(xmlSAXParseFile(NULL, filename, 0)); in xmlParseFile() 13709 return(xmlSAXParseFile(NULL, filename, 1)); in xmlRecoverFile()
|
/external/chromium_org/third_party/libxml/src/ |
D | elfgcchack.h | 9090 #undef xmlSAXParseFile 9091 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_ali… 9093 #ifndef xmlSAXParseFile 9094 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")… 9095 #define xmlSAXParseFile xmlSAXParseFile__internal_alias macro
|
D | parser.c | 13666 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFile() function 13700 return(xmlSAXParseFile(NULL, filename, 0)); in xmlParseFile() 13717 return(xmlSAXParseFile(NULL, filename, 1)); in xmlRecoverFile()
|
D | testapi.c | 14898 ret_val = xmlSAXParseFile(sax, filename, recovery); in test_xmlSAXParseFile()
|