constant CLAMAV_SCANRESULT_UNCHECKED in ClamAV 6
Same name and namespace in other branches
- 7 clamav.module \CLAMAV_SCANRESULT_UNCHECKED
4 uses of CLAMAV_SCANRESULT_UNCHECKED
- clamav_elements_filefield_validate in ./
clamav.module - Validator for filefield widget and imagefield widget. This is an implementation of a file upload_validator.
- clamav_scan in ./
clamav.inc - Scan a file and raise an error on the form element (if required).
- _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 30 - Integrate ClamAV to allow uploaded files to be scanned for viruses.
Code
define('CLAMAV_SCANRESULT_UNCHECKED', -1);