Random.cc
Go to the documentation of this file.
104 debugs(28, 3, "ACL Random: " << name << " " << pattern << " test: " << data << " > " << random << " = " << ((data > random)?"MATCH":"NO MATCH") );
Definition: Checklist.h:27
int match(ACLChecklist *checklist) override
Matches the actual data in checklist against this ACL.
Definition: Random.cc:93
void parse() override
parses node representation in squid.conf; dies on failures
Definition: Random.cc:50