Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dzonec.c970 char* next_key; in zparser_conv_svcbparam_mandatory_value() local
988 if (!(next_key = strchr(val, ','))) { in zparser_conv_svcbparam_mandatory_value()
992 *key_dst = htons(svcbparam_lookup_key(val, next_key - val)); in zparser_conv_svcbparam_mandatory_value()
995 val_len -= next_key - val + 1; in zparser_conv_svcbparam_mandatory_value()
996 val = next_key + 1; /* skip the comma */ in zparser_conv_svcbparam_mandatory_value()
/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c2642 static __isl_give char *next_key(__isl_keep isl_stream *s) in next_key() function
2669 str = next_key(s); in eat_key()
3385 key = next_key(s); in read_for()