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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
/external/libxml2/include/libxml/
H A Dparser.h903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h9090 #undef xmlSAXParseFile macro
9091 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
9093 #ifndef xmlSAXParseFile
9094 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
9095 #define xmlSAXParseFile xmlSAXParseFile__internal_alias macro
H A Dparser.c13651 * xmlSAXParseFile:
13666 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, function
13700 return(xmlSAXParseFile(NULL, filename, 0));
13717 return(xmlSAXParseFile(NULL, filename, 1));
H A Dtestapi.c14898 ret_val = xmlSAXParseFile(sax, filename, recovery);
14906 printf("Leak of %d blocks found in xmlSAXParseFile",
[all...]
/external/libxml2/
H A Delfgcchack.h9090 #undef xmlSAXParseFile macro
9091 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
9093 #ifndef xmlSAXParseFile
9094 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
9095 #define xmlSAXParseFile xmlSAXParseFile__internal_alias macro
H A Dparser.c13643 * xmlSAXParseFile:
13658 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, function
13692 return(xmlSAXParseFile(NULL, filename, 0));
13709 return(xmlSAXParseFile(NULL, filename, 1));

Completed in 236 milliseconds