Home
last modified time | relevance | path

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

/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DFOptionContainer.cpp211 content_scan_exceptions = true; in read()
213 content_scan_exceptions = false; in read()
217 …" << disable_content_scan_error << " contentscanexceptions: " << content_scan_exceptions << std::e… in read()
H A DFOptionContainer.hpp40 bool content_scan_exceptions; member in FOptionContainer
H A DOptionContainer.hpp202 bool content_scan_exceptions = false; member in OptionContainer
H A DConnectionHandler.cpp1110 && !(checkme.isexception && !ldl->fg[filtergroup]->content_scan_exceptions) in handleConnection()
1309 if (!checkme.noviruscheck && !ldl->fg[filtergroup]->content_scan_exceptions) in handleConnection()
1354 if (checkme.isexception && !ldl->fg[filtergroup]->content_scan_exceptions) { in handleConnection()
4301 …uscheck << " content_scan_exceptions: " << ldl->fg[filtergroup]->content_scan_exceptions << " chec… in handleICAPresmod()
4303 …uscheck << " content_scan_exceptions: " << ldl->fg[filtergroup]->content_scan_exceptions << " chec… in handleICAPresmod()
4311 && !(checkme.isexception && !ldl->fg[filtergroup]->content_scan_exceptions) in handleICAPresmod()
4328 …uscheck << " content_scan_exceptions: " << ldl->fg[filtergroup]->content_scan_exceptions << std::… in handleICAPresmod()
4330 …uscheck << " content_scan_exceptions: " << ldl->fg[filtergroup]->content_scan_exceptions << std::e… in handleICAPresmod()
4342 …if (checkme.isexception && !checkme.noviruscheck && !ldl->fg[filtergroup]->content_scan_exceptions) in handleICAPresmod()
4345 if (ldl->fg[filtergroup]->content_scan_exceptions && checkme.isexception) in handleICAPresmod()
H A DOptionContainer.cpp480 content_scan_exceptions = true; in read()
482 content_scan_exceptions = false; in read()