Home
last modified time | relevance | path

Searched refs:interceptActive_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/squid/squid-4.15/src/ip/
H A DIntercept.h33 Intercept() : transparentActive_(0), interceptActive_(0), lastReported_(0) {}; in Intercept()
75 inline int InterceptActive() { return interceptActive_; }; in InterceptActive()
82 inline void StartInterception() { interceptActive_=1; }; in StartInterception()
141 int interceptActive_; variable
H A DIntercept.cc125 if (interceptActive_) { in StopInterception()
127 interceptActive_ = 0; in StopInterception()
414 if (interceptActive_ && listenConn->flags&COMM_INTERCEPTION) { in Lookup()