Home
last modified time | relevance | path

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

/openbsd/sbin/unwind/libunbound/validator/
H A Dautotrust.h106 time_t last_success; member
H A Dautotrust.c876 tp->autr->last_success = (time_t)parse_int(line+16, &r); in parse_var_line()
1147 (unsigned int)tp->autr->last_success, in autr_write_contents()
1148 autr_ctime_r(&(tp->autr->last_success), tmi)) < 0 || in autr_write_contents()
2211 tp->autr->last_success = *env->now; in autr_process_prime()
2221 if(tp->autr->last_success) { in autr_process_prime()
2228 tp->autr->last_success = *env->now; in autr_process_prime()
2312 (void)autr_ctime_r(&tp->autr->last_success, buf); in autr_debug_print_tp()
2314 log_info("last_success: %u %s", (unsigned)tp->autr->last_success, buf); in autr_debug_print_tp()
/openbsd/usr.sbin/unbound/validator/
H A Dautotrust.h106 time_t last_success; member
H A Dautotrust.c876 tp->autr->last_success = (time_t)parse_int(line+16, &r); in parse_var_line()
1143 (unsigned int)tp->autr->last_success, in autr_write_contents()
1144 autr_ctime_r(&(tp->autr->last_success), tmi)) < 0 || in autr_write_contents()
2207 tp->autr->last_success = *env->now; in autr_process_prime()
2217 if(tp->autr->last_success) { in autr_process_prime()
2224 tp->autr->last_success = *env->now; in autr_process_prime()
2308 (void)autr_ctime_r(&tp->autr->last_success, buf); in autr_debug_print_tp()
2310 log_info("last_success: %u %s", (unsigned)tp->autr->last_success, buf); in autr_debug_print_tp()
/openbsd/usr.sbin/unbound/smallapp/
H A Dunbound-anchor.c2222 int32_t last_success = read_last_success_time(root_anchor_file); in probe_date_allows_certupdate() local
2232 if(last_success == 0) in probe_date_allows_certupdate()
2241 if(now - last_success < 0) { in probe_date_allows_certupdate()
2246 if(now - last_success >= leeway) { in probe_date_allows_certupdate()