Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dstr2wire.c1620 const char* eq_pos; in sldns_str2wire_svcparam_buf() local
1625 eq_pos = strchr(str, '='); in sldns_str2wire_svcparam_buf()
1628 if (eq_pos != NULL && eq_pos[1]) { in sldns_str2wire_svcparam_buf()
1629 val_in = eq_pos + 1; in sldns_str2wire_svcparam_buf()
1647 return sldns_str2wire_svcparam_value(str, eq_pos - str, in sldns_str2wire_svcparam_buf()
1651 else if (eq_pos != NULL && !(eq_pos[1])) { in sldns_str2wire_svcparam_buf()
1652 return sldns_str2wire_svcparam_value(str, eq_pos - str, NULL, rd, rd_len); in sldns_str2wire_svcparam_buf()