Searched refs:scf_validate_encoded_value (Results 1 – 3 of 3) sorted by relevance
35 int scf_validate_encoded_value(rep_protocol_value_type_t, const char *);
439 scf_validate_encoded_value(rep_protocol_value_type_t t, const char *v) in scf_validate_encoded_value() function
4713 if (!scf_validate_encoded_value(REP_PROTOCOL_TYPE_STRING, new)) { in scf_value_set_astring()4734 if (!scf_validate_encoded_value(REP_PROTOCOL_SUBTYPE_USTRING, new)) { in scf_value_set_ustring()4957 if (!scf_validate_encoded_value(ty, str)) { in scf_value_set_from_string()4964 if (!scf_validate_encoded_value(ty, v->value_value)) { in scf_value_set_from_string()5041 assert(scf_validate_encoded_value(response.rpr_type, in scf_iter_next_value()