Searched refs:next_key (Results 1 – 3 of 3) sorted by relevance
970 char* next_key; in zparser_conv_svcbparam_mandatory_value() local988 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()
1319 char* next_key; in sldns_str2wire_svcbparam_mandatory() local1340 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()
2642 static __isl_give char *next_key(__isl_keep isl_stream *s) in next_key() function2669 str = next_key(s); in eat_key()3385 key = next_key(s); in read_for()