Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DHostDB.cc57 static ink_time_t hostdb_last_interval = 0; variable
1644 if ((hostdb_current_interval - hostdb_last_interval) > hostdb_hostfile_check_interval) { in backgroundEvent()
1662 hostdb_last_interval = hostdb_current_interval; in backgroundEvent()