Searched refs:withZlib (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js47 var withZlib = false; variable
107 txt += " zlib: Use zlib library (" + (withZlib? "yes" : "no") + ")\n";
194 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
347 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
491 txtOut += " With zlib: " + boolToStr(withZlib) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js45 var withZlib = false; variable
130 txt += " zlib: Enable zlib support (" + (withZlib? "yes" : "no") + ")\n";
240 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
330 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
475 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
658 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";

Completed in 1369 milliseconds