Searched refs:eq_pos (Results 1 – 1 of 1) sorted by relevance
1621 const char* eq_pos; in sldns_str2wire_svcparam_buf() local1626 eq_pos = strchr(str, '='); in sldns_str2wire_svcparam_buf()1629 if (eq_pos != NULL && eq_pos[1]) { in sldns_str2wire_svcparam_buf()1630 val_in = eq_pos + 1; in sldns_str2wire_svcparam_buf()1648 return sldns_str2wire_svcparam_value(str, eq_pos - str, in sldns_str2wire_svcparam_buf()1652 else if (eq_pos != NULL && !(eq_pos[1])) { in sldns_str2wire_svcparam_buf()1653 return sldns_str2wire_svcparam_value(str, eq_pos - str, NULL, rd, rd_len); in sldns_str2wire_svcparam_buf()