Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js54 var withTree = true; variable
138 txt += " tree: Enable tree api (" + (withTree? "yes" : "no") + ")\n";
251 vf.WriteLine("WITH_TREE=" + (withTree? "1" : "0"));
367 of.WriteLine(s.replace(/\@WITH_TREE\@/, withTree? "1" : "0"));
512 withTree = strToBool(arg.substring(opt.length + 1, arg.length));
686 txtOut += " Tree support: " + boolToStr(withTree) + "\n";