Searched refs:xmlReaderForFile (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.cc38 reader_ = xmlReaderForFile(file_path.c_str(), NULL, kParseOptions);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlreader.h324 xmlReaderForFile (const char *filename,
/external/libxml2/include/libxml/
H A Dxmlreader.h329 xmlReaderForFile (const char *filename,
/external/chromium_org/third_party/libxml/src/
H A Druntest.c2195 reader = xmlReaderForFile(filename, NULL, options);
3310 reader = xmlReaderForFile(instance, NULL, options);
H A Dxmllint.c1840 reader = xmlReaderForFile(filename, NULL, options);
H A Delfgcchack.h7968 #undef xmlReaderForFile macro
7969 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
7971 #ifndef xmlReaderForFile
7972 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
7973 #define xmlReaderForFile xmlReaderForFile__internal_alias macro
H A Dxmlreader.c5207 * xmlReaderForFile:
5218 xmlReaderForFile(const char *filename, const char *encoding, int options) function
H A Dtestapi.c29906 ret_val = xmlReaderForFile(filename, (const char *)encoding, options);
29914 printf("Leak of %d blocks found in xmlReaderForFile",
[all...]
/external/libxml2/
H A Dxmllint.c1847 reader = xmlReaderForFile(filename, NULL, options);
H A Delfgcchack.h8094 #undef xmlReaderForFile macro
8095 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
8097 #ifndef xmlReaderForFile
8098 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
8099 #define xmlReaderForFile xmlReaderForFile__internal_alias macro
H A Dxmlreader.c5358 * xmlReaderForFile:
5369 xmlReaderForFile(const char *filename, const char *encoding, int options) function

Completed in 894 milliseconds