Home
last modified time | relevance | path

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

/src/crypto/heimdal/kadmin/
H A Dload.c45 char *valid_start; member
424 e.valid_start = p; in doit()
477 if (parse_time_string_alloc (&ent.entry.valid_start, e.valid_start) == -1) { in doit()
479 filename, line, e.valid_start); in doit()
/src/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c516 if (is_heimdal_entry && ent->entry.valid_start) { in LDAP_entry2mods()
518 || (*(ent->entry.valid_start) != *(orig.entry.valid_start))) { in LDAP_entry2mods()
521 ent->entry.valid_start); in LDAP_entry2mods()
1186 ent->entry.valid_start = malloc(sizeof(*ent->entry.valid_start)); in LDAP_message2entry()
1187 if (ent->entry.valid_start == NULL) { in LDAP_message2entry()
1193 ent->entry.valid_start); in LDAP_message2entry()
1196 free(ent->entry.valid_start); in LDAP_message2entry()
1197 ent->entry.valid_start = NULL; in LDAP_message2entry()
H A Dprint.c249 if(ent->valid_start) in entry2string_int()
250 append_string(context, sp, "%s ", time2str(*ent->valid_start)); in entry2string_int()
/src/crypto/heimdal/kdc/
H A Dkerberos5.c771 if (client->valid_start && *client->valid_start > kdc_time) { in kdc_check_flags()
773 krb5_format_time(context, *client->valid_start, in kdc_check_flags()
831 if (server->valid_start && *server->valid_start > kdc_time) { in kdc_check_flags()
833 krb5_format_time(context, *server->valid_start, in kdc_check_flags()
/src/contrib/libucl/src/
H A Ducl_parser.c750 is_time = false, valid_start = false, is_hex = false; in ucl_maybe_parse_number() local
765 valid_start = true; in ucl_maybe_parse_number()
831 if (!valid_start || p == c) { in ucl_maybe_parse_number()