Searched refs:timestamp (Results 1 - 7 of 7) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | common_mock_krb5.h | 32 krb5_timestamp timestamp,
|
H A D | common_mock_krb5.c | 53 krb5_timestamp timestamp, 62 kent->timestamp = timestamp; 51 mock_krb5_keytab_entry(krb5_keytab_entry *kent, krb5_principal principal, krb5_timestamp timestamp, krb5_kvno vno, krb5_enctype enctype, const char *key) argument
|
/sssd-io/src/util/ |
H A D | util_watchdog.c | 40 time_t timestamp; member in struct:watchdog_ctx 50 prev_time = watchdog_ctx.timestamp; 51 cur_time = watchdog_ctx.timestamp = time(NULL); 201 watchdog_ctx.timestamp = time(NULL);
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_async_netgroups.c | 52 char *timestamp = NULL; local 93 timestamp = talloc_strdup(memctx, (const char*)el->values[0].data); 94 if (!timestamp) { 162 *_timestamp = timestamp; 756 TALLOC_CTX *mem_ctx, char **timestamp, 765 if (timestamp) { 766 *timestamp = talloc_steal(mem_ctx, state->higher_timestamp); 755 sdap_get_netgroups_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, char **timestamp, size_t *reply_count, struct sysdb_attrs ***reply) argument
|
H A D | sdap_async.h | 96 TALLOC_CTX *mem_ctx, char **timestamp); 109 TALLOC_CTX *mem_ctx, char **timestamp); 122 TALLOC_CTX *mem_ctx, char **timestamp,
|
/sssd-io/src/responder/common/ |
H A D | negcache.c | 95 unsigned long long int timestamp; local 115 timestamp = strtoull((const char *)data.dptr, &ep, 10); 122 if (timestamp == 0) { 123 /* a 0 timestamp means this is a permanent entry */ 128 if (timestamp >= time(NULL)) { 826 unsigned long long int timestamp; local 837 timestamp = strtoull((const char *)data.dptr, &ep, 10); 844 if (timestamp == 0) { 845 /* a 0 timestamp means this is a permanent entry */
|
/sssd-io/src/tools/sssctl/ |
H A D | sssctl_cache.c | 62 time_t timestamp, 70 tm = localtime(×tamp); 61 time_to_string(TALLOC_CTX *mem_ctx, time_t timestamp, const char **_value) argument
|
Completed in 19 milliseconds