You are here

constant CLAMAV_SCANRESULT_INFECTED in ClamAV 7

Same name and namespace in other branches
  1. 6 clamav.module \CLAMAV_SCANRESULT_INFECTED
4 uses of CLAMAV_SCANRESULT_INFECTED
clamav_file_validate in ./clamav.module
Implements hook_file_validate().
clamav_scan in ./clamav.inc
Scan a file and raise an error on the form element (if required).
_clamav_scan_via_daemon_handler in ./clamav.inc
Scan a single file via ClamAV daemon.
_clamav_scan_via_exec in ./clamav.inc
Scan a single file using a clamav executable.

File

./clamav.module, line 42
Integrate ClamAV to allow uploaded files to be scanned for viruses.

Code

define('CLAMAV_SCANRESULT_INFECTED', 1);