Home
last modified time | relevance | path

Searched refs:sax1 (Results 1 – 6 of 6) sorted by relevance

/external/oss-fuzz/projects/libxslt/
Dbuild.sh42 --without-sax1 \
/external/libxml2/os400/
Dxmllint.cmd143 (*SAX1 '--sax1') +
/external/libxml2/
Dxmllint.c193 static int sax1 = 0; variable
1641 } else if (sax1) { in testSAX()
2399 if (sax1) in parseAndPrintFile()
3433 sax1++; in main()
3512 if (sax1) in main()
Dconfigure.ac174 AC_ARG_WITH(sax1, optwith
175 [ --with-sax1 add the older SAX1 interface (on)])
DNEWS268 Support catalog and threads tests under --without-sax1 (Nick Wellnhofer),
736 Bug 676544 - fails to build with --without-sax1 (Akira TAGOH),
1200 Fix leak on SAX1, xmllint --sax1 option and debug (Daniel Veillard),
1439 (Mikhail Zabaluev), fix --with-minimum --with-sax1 builds, fix
2110 - xmllint options: --dtdvalidfpi for Tobias Reif, --sax1 for compat
DChangeLog1587 --with-minimum --with-sax1 and --with-minimum --with-schemas
3275 when configured --without-sax1 and other cleanups fixes bug #172683
3771 --sax1
4073 * xmllint.c: if sax1 is used and input is a file use the old
9313 added 2 new configure option: --with-reader --with-sax1
9716 * xmllint.c testSAX.c: provide a --sax1 switch to test the old