Searched refs:last_mtime_check (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c638 if (t.tv_sec == gi->last_mtime_check){
641 gi->last_mtime_check = t.tv_sec;
649 if (t == gi->last_mtime_check){
652 gi->last_mtime_check = t;
661 if (buf.st_mtime != gi->mtime && ( buf.st_mtime + 60 < gi->last_mtime_check ) ) {
H A DGeoIP.h72 time_t last_mtime_check; member in struct:GeoIPTag

Completed in 116 milliseconds