Searched refs:withC14n (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.js36 var withC14n = true; variable
120 txt += " c14n: Enable C14N support (" + (withC14n? "yes" : "no") + ")\n";
229 vf.WriteLine("WITH_C14N=" + (withC14n? "1" : "0"));
309 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
452 withC14n = strToBool(arg.substring(opt.length + 1, arg.length));
636 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js36 var withC14n = true; variable
120 txt += " c14n: Enable C14N support (" + (withC14n? "yes" : "no") + ")\n";
229 vf.WriteLine("WITH_C14N=" + (withC14n? "1" : "0"));
309 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
452 withC14n = strToBool(arg.substring(opt.length + 1, arg.length));
636 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";

Completed in 74 milliseconds