Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/
H A Dhigher.c160 ldns_status parse_result; in ldns_get_rr_list_hosts_frm_fp_l() local
230 parse_result = ldns_rr_new_frm_str(&rr, rr_str, 0, NULL, NULL); in ldns_get_rr_list_hosts_frm_fp_l()
231 if (parse_result == LDNS_STATUS_OK && ldns_rr_owner(rr) && ldns_rr_rd_count(rr) > 0) { in ldns_get_rr_list_hosts_frm_fp_l()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h1186 StrToNumResult<ExpandedFloat<T>> parse_result({0, 0}); in strtofloatingpoint()
1188 parse_result = hexadecimal_string_to_float<T>(src + index, DECIMAL_POINT, in strtofloatingpoint()
1191 parse_result = decimal_string_to_float<T>(src + index, DECIMAL_POINT, in strtofloatingpoint()
1194 seen_digit = parse_result.parsed_len != 0; in strtofloatingpoint()
1195 result.set_mantissa(parse_result.value.mantissa); in strtofloatingpoint()
1196 result.set_biased_exponent(parse_result.value.exponent); in strtofloatingpoint()
1197 index += parse_result.parsed_len; in strtofloatingpoint()
1198 error = parse_result.error; in strtofloatingpoint()
/freebsd/contrib/kyua/store/
H A Dread_transaction.cpp193 parse_result(sqlite::statement& stmt, const char* type_column, in parse_result() function
364 return parse_result(_pimpl->_stmt, "result_type", "result_reason"); in result()
/freebsd/lib/libc/net/
H A Dgetservent.c221 parse_result(struct servent *serv, char *buffer, size_t bufsize, in parse_result() function
386 rv = parse_result(serv, buffer, bufsize, line, linesize, in files_servent()
594 rv = parse_result(serv, buffer, bufsize, result->data, in db_servent()
787 rv = parse_result(serv, buffer, bufsize, resultbuf, in nis_servent()