Home
last modified time | relevance | path

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

/freebsd/contrib/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()
2206 tp->autr->last_success = *env->now; in autr_process_prime()
2216 if(tp->autr->last_success) { in autr_process_prime()
2223 tp->autr->last_success = *env->now; in autr_process_prime()
2307 (void)autr_ctime_r(&tp->autr->last_success, buf); in autr_debug_print_tp()
2309 log_info("last_success: %u %s", (unsigned)tp->autr->last_success, buf); in autr_debug_print_tp()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dmarshall.c160 CHECK(krb5_store_int32(sp, princ->last_success)); in store_principal_ent()
267 princ->last_success = tmp; in ret_principal_ent()
H A Dadmin.h150 krb5_timestamp last_success; member
H A Dad.c956 entry->last_success = 0; in kadm5_ad_get_principal()
960 entry->last_success = nt2unixtime(vals[0]); in kadm5_ad_get_principal()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c2205 int32_t last_success = read_last_success_time(root_anchor_file); in probe_date_allows_certupdate() local
2215 if(last_success == 0) in probe_date_allows_certupdate()
2224 if(now - last_success < 0) { in probe_date_allows_certupdate()
2229 if(now - last_success >= leeway) { in probe_date_allows_certupdate()
/freebsd/crypto/heimdal/kadmin/
H A Drpc.c417 CHECK(krb5_store_int32(sp, ent->last_success)); in store_principal_ent()
485 ent->last_success = flag; in ret_principal_ent()
H A Dget.c214 time_t2str(princ->last_success, buf, buf_len, !condensed); in format_field()