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

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

Completed in 132 milliseconds