Searched refs:endtime (Results 1 - 10 of 10) sorted by relevance

/sssd-io/src/sss_client/idmap/
H A Dcommon_ex.c48 static int sss_mt_timedlock(struct sss_mutex *m, struct timespec *endtime) argument
52 ret = pthread_mutex_timedlock(&m->mtx, endtime);
66 struct timespec endtime; local
78 endtime.tv_sec = starttime.tv_sec + SEC_FROM_MSEC(timeout_ms);
79 endtime.tv_nsec = starttime.tv_nsec + NSEC_FROM_MSEC(timeout_ms);
81 ret = sss_mt_timedlock(&sss_nss_mtx, &endtime);
84 ret = clock_gettime(CLOCK_REALTIME, &endtime);
93 TIMESPECSUB(&endtime, &starttime, &diff);
/sssd-io/src/providers/krb5/
H A Dkrb5_ccache.h34 time_t endtime; member in struct:tgt_times
H A Dkrb5_renew_tgt.c366 if (tgtt.renew_till > tgtt.endtime && tgtt.renew_till > now &&
367 tgtt.endtime > now) {
592 renew_data->lifetime = tgtt->endtime;
594 0.5 *(tgtt->endtime - tgtt->starttime));
H A Dkrb5_ccache.c532 mcred.times.endtime = time(NULL);
627 tgtt->endtime = cred.times.endtime;
H A Dkrb5_child_handler.c712 tgtt.endtime = int64_to_time_t(time_data);
716 tgtt.authtime, tgtt.starttime, tgtt.endtime, tgtt.renew_till);
H A Dkrb5_child.c1274 t[2] = (int64_t) kr->creds->times.endtime;
2545 tgtt->endtime = cred.times.endtime;
2632 if (tgtt.endtime > time(NULL)) {
2708 if (tgtt.endtime < time(NULL)) {
H A Dkrb5_auth.c1122 (res->tgtt.renew_till > res->tgtt.endtime) &&
/sssd-io/src/tests/cmocka/
H A Dtest_copy_ccache.c89 test_creds.times.endtime = 3333;
/sssd-io/src/tests/
H A Dkrb5_child-test.c331 printf("\n\t\tValid until\t"); printtime(cred->times.endtime);
/sssd-io/src/providers/ldap/
H A Dldap_child.c512 *expire_time_out = my_creds.times.endtime - kdc_time_offset;

Completed in 33 milliseconds