Lines Matching refs:rhs_type

156 		         PW_TYPE rhs_type, value_data_t const *rhs, size_t rhs_len)  in cond_do_regex()  argument
182 rad_assert(rhs_type == PW_TYPE_STRING); in cond_do_regex()
229 PW_TYPE rhs_type, value_data_t const *rhs, size_t rhs_len) in cond_print_operands() argument
254 if (rhs_type == PW_TYPE_STRING) { in cond_print_operands()
261 if (rhs_type == PW_TYPE_OCTETS) { in cond_print_operands()
286 PW_TYPE rhs_type, value_data_t const *rhs, size_t rhs_len) in cond_cmp_values() argument
293 cond_print_operands(request, lhs_type, lhs, lhs_len, rhs_type, rhs, rhs_len); in cond_cmp_values()
301 rcode = cond_do_regex(request, c, lhs_type, lhs, lhs_len, rhs_type, rhs, rhs_len); in cond_cmp_values()
317 value_data_copy(vp, &vp->data, rhs_type, rhs, rhs_len); in cond_cmp_values()
331 rad_assert(lhs_type == rhs_type); in cond_cmp_values()
334 rcode = value_data_cmp_op(map->op, lhs_type, lhs, lhs_len, rhs_type, rhs, rhs_len); in cond_cmp_values()
404 PW_TYPE rhs_type = PW_TYPE_INVALID; in cond_normalise_and_cmp() local
521 rhs_type = vp->da->type; in cond_normalise_and_cmp()
530 rcode = cond_cmp_values(request, c, lhs_type, lhs, lhs_len, rhs_type, rhs, rhs_len); in cond_normalise_and_cmp()
539 rhs_type = map->rhs->tmpl_data_type; in cond_normalise_and_cmp()
547 rcode = cond_cmp_values(request, c, lhs_type, lhs, lhs_len, rhs_type, rhs, rhs_len); in cond_normalise_and_cmp()
580 rhs_type = PW_TYPE_STRING; in cond_normalise_and_cmp()
587 rcode = cond_cmp_values(request, c, lhs_type, lhs, lhs_len, rhs_type, rhs, rhs_len); in cond_normalise_and_cmp()