constant CLAMAV_SCANRESULT_CLEAN in ClamAV 6
Same name and namespace in other branches
- 7 clamav.module \CLAMAV_SCANRESULT_CLEAN
2 uses of CLAMAV_SCANRESULT_CLEAN
- _clamav_scan_via_daemon in ./clamav.inc
- Scan a single file using a daemon.
TODO: support INSTREAM, so the clamav-daemon does not need access to the
file. This will allow a separate clamav-daemon to service a number of
web-instances.
- _clamav_scan_via_exec in ./clamav.inc
- Scan a single file using a clamav executable.
File
- ./clamav.module, line 32
- Integrate ClamAV to allow uploaded files to be scanned for viruses.
Code
define('CLAMAV_SCANRESULT_CLEAN', 0);