Home
last modified time | relevance | path

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

/netbsd/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c1586 const char* eq_pos; in sldns_str2wire_svcparam_buf() local
1591 eq_pos = strchr(str, '='); in sldns_str2wire_svcparam_buf()
1594 if (eq_pos != NULL && eq_pos[1]) { in sldns_str2wire_svcparam_buf()
1595 val_in = eq_pos + 1; in sldns_str2wire_svcparam_buf()
1613 return sldns_str2wire_svcparam_value(str, eq_pos - str, in sldns_str2wire_svcparam_buf()
1617 else if (eq_pos != NULL && !(eq_pos[1])) { in sldns_str2wire_svcparam_buf()
1618 return sldns_str2wire_svcparam_value(str, eq_pos - str, NULL, rd, rd_len); in sldns_str2wire_svcparam_buf()