Home
last modified time | relevance | path

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

/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DOptionContainer.cpp317 max_logitem_length = findoptionI("maxlogitemlength"); in read()
319 if (max_logitem_length == 0) in read()
320 max_logitem_length = 2000; in read()
321 if (!realitycheck(max_logitem_length, 10, 32000, "maxlogitemlength")) { in read()
H A DOptionContainer.hpp160 unsigned int max_logitem_length = 2000; member in OptionContainer
H A DConnectionHandler.cpp1573 if ((cat != NULL) && (cat->length() > o.max_logitem_length)) in doLog()
1574 cat->resize(o.max_logitem_length); in doLog()
1575 if (what.length() > o.max_logitem_length) in doLog()
1576 what.resize(o.max_logitem_length); in doLog()
1577 if (where.length() > o.max_logitem_length) in doLog()
1578 where.limitLength(o.max_logitem_length); in doLog()
1688 cat->resize(o.max_logitem_length); in doRQLog()
1689 if (what.length() > o.max_logitem_length) in doRQLog()
1690 what.resize(o.max_logitem_length); in doRQLog()
1691 if (where.length() > o.max_logitem_length) in doRQLog()
[all …]