Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares__hosts_file.c687 time_t mod_ts = 0; in ares__hosts_expired() local
692 mod_ts = st.st_mtime; in ares__hosts_expired()
697 mod_ts = st.st_mtime; in ares__hosts_expired()
708 if (mod_ts == 0) { in ares__hosts_expired()
709 mod_ts = time(NULL) - 60; in ares__hosts_expired()
717 if (hf->ts <= mod_ts) { in ares__hosts_expired()