Searched refs:xmlReadFile (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Drunsuite.c649 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
712 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
750 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
831 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT);
1015 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT);
H A Druntest.c1743 doc = xmlReadFile(filename, NULL, 0);
1764 doc = xmlReadFile(temp, NULL, 0);
1949 doc = xmlReadFile(filename, NULL, options);
1966 doc = xmlReadFile(filename, NULL, options);
1986 * Parse a file using the xmlReadFile API and check for errors.
2005 doc = xmlReadFile(filename, NULL, options);
2011 doc = xmlReadFile(filename, NULL, options);
2200 doc = xmlReadFile(filename, NULL, options);
2397 xpathDocument = xmlReadFile(filename, NULL,
2445 xpathDocument = xmlReadFile(filenam
[all...]
H A Dschematron.c1022 doc = xmlReadFile((const char *) URI, NULL, SCHEMATRON_PARSE_OPTIONS);
1082 doc = xmlReadFile((const char *) ctxt->URL, NULL,
1705 instance = xmlReadFile("tst.sct", NULL,
H A DdebugXML.c2468 doc = xmlReadFile(filename,NULL,0);
H A Dxmllint.c2235 doc = xmlReadFile(filename, NULL, options);
H A Delfgcchack.h7811 #undef xmlReadFile macro
7812 extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
7814 #ifndef xmlReadFile
7815 extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
7816 #define xmlReadFile xmlReadFile__internal_alias macro
H A Drelaxng.c1620 doc = xmlReadFile((const char *) URL,NULL,0);
1952 doc = xmlReadFile((const char *) URL,NULL,0);
7354 doc = xmlReadFile((const char *) ctxt->URL,NULL,0);
H A Dparser.c13183 * xmlReadFile:
13193 xmlReadFile(const char *filename, const char *encoding, int options) function
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h1112 xmlReadFile (const char *URL,
/haiku-fatelf/src/tools/docbook/libxslt/xsltproc/
H A Dxsltproc.c387 doc = xmlReadFile(filename, NULL, options);
779 style = xmlReadFile((const char *) argv[i], NULL, options);
824 doc = xmlReadFile(argv[i], NULL, options);

Completed in 194 milliseconds