Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_parser.c1292 bool *next_key, bool *end_of_object) in ucl_parse_key() argument
1454 *next_key = false; in ucl_parse_key()
1465 *next_key = true; in ucl_parse_key()
2342 bool next_key = false, end_of_object = false, ret; in ucl_state_machine() local
2431 if (!ucl_parse_key (parser, chunk, &next_key, &end_of_object)) { in ucl_state_machine()
2443 if (next_key && parser->stack->obj->type == UCL_OBJECT) { in ucl_state_machine()
/freebsd/contrib/unbound/sldns/
H A Dstr2wire.c1319 char* next_key; in sldns_str2wire_svcbparam_mandatory() local
1340 if (!(next_key = strchr(val, ','))) { in sldns_str2wire_svcbparam_mandatory()
1351 svcparamkey = sldns_str2wire_svcparam_key_lookup(val, next_key - val); in sldns_str2wire_svcbparam_mandatory()
1362 val_len -= next_key - val + 1; in sldns_str2wire_svcbparam_mandatory()
1363 val = next_key + 1; /* skip the comma */ in sldns_str2wire_svcbparam_mandatory()