Home
last modified time | relevance | path

Searched refs:xmlSAXParseFile (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
/external/libxml2/include/libxml/
Dparser.h903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1586 xmlSAXParseFile
/external/libxml2/
Delfgcchack.h9090 #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
Dparser.c13658 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/
Delfgcchack.h9090 #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
Dparser.c13666 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()
Dtestapi.c14898 ret_val = xmlSAXParseFile(sax, filename, recovery); in test_xmlSAXParseFile()