Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/
H A Dhelper.h71 last_queue_warn(0), in helper()
107 time_t last_queue_warn; variable
H A Dhelper.cc1187 if (squid_curtime - hlp->last_queue_warn < 600) in Enqueue()
1193 hlp->last_queue_warn = squid_curtime; in Enqueue()
1216 if (squid_curtime - hlp->last_queue_warn < 600) in StatefulEnqueue()
1222 hlp->last_queue_warn = squid_curtime; in StatefulEnqueue()