Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js61 var withSax1 = true; variable
145 txt += " sax1: Enable SAX1 api (" + (withSax1? "yes" : "no") + ")\n";
258 vf.WriteLine("WITH_SAX1=" + (withSax1? "1" : "0"));
381 of.WriteLine(s.replace(/\@WITH_SAX1\@/, withSax1? "1" : "0"));
526 withSax1 = strToBool(arg.substring(opt.length + 1, arg.length));
693 txtOut += " SAX1 support: " + boolToStr(withSax1) + "\n";