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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js44 var withZlib = false; variable
128 txt += " zlib: Enable zlib support (" + (withZlib? "yes" : "no") + ")\n";
237 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
325 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
468 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
644 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js44 var withZlib = false; variable
128 txt += " zlib: Enable zlib support (" + (withZlib? "yes" : "no") + ")\n";
237 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
325 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
468 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
644 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";

Completed in 43 milliseconds