Home
last modified time | relevance | path

Searched refs:next_key (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c1500 long next_key; member
1604 for (; ptd->next_key < ptd->num_keys; ptd->next_key++) { in krcc_ptcursor_next()
1613 key = ptd->keys[ptd->next_key]; in krcc_ptcursor_next()
1630 ptd->next_key++; in krcc_ptcursor_next()
/freebsd/contrib/libucl/src/
H A Ducl_parser.c1362 bool *next_key, bool *end_of_object, bool *got_content) in ucl_parse_key() argument
1520 *next_key = false; in ucl_parse_key()
1531 *next_key = true; in ucl_parse_key()
2432 bool next_key = false, end_of_object = false, got_content = false, ret; in ucl_state_machine() local
2524 if (!ucl_parse_key (parser, chunk, &next_key, &end_of_object, &got_content)) { in ucl_state_machine()
2536 if (next_key && parser->stack->obj->type == UCL_OBJECT) { in ucl_state_machine()
/freebsd/contrib/unbound/sldns/
H A Dstr2wire.c1320 char* next_key; in sldns_str2wire_svcbparam_mandatory() local
1341 if (!(next_key = strchr(val, ','))) { in sldns_str2wire_svcbparam_mandatory()
1352 svcparamkey = sldns_str2wire_svcparam_key_lookup(val, next_key - val); in sldns_str2wire_svcbparam_mandatory()
1363 val_len -= next_key - val + 1; in sldns_str2wire_svcbparam_mandatory()
1364 val = next_key + 1; /* skip the comma */ in sldns_str2wire_svcbparam_mandatory()