Searched refs:zcbor_error (Results 1 – 4 of 4) sorted by relevance
34 …&& ((*result).birthday.len <= 8)) || (zcbor_error(state, ZCBOR_ERR_WRONG_RANGE), false))) || (zcbo… in decode_Pet()37 …|| (((*result).species_choice == Pet_species_other_c) && ((1)))) || (zcbor_error(state, ZCBOR_ERR_… in decode_Pet()
33 …&& ((*input).birthday.len <= 8)) || (zcbor_error(state, ZCBOR_ERR_WRONG_RANGE), false))) || (zcbor… in encode_Pet()
205 zcbor_error(state, err); \362 static inline void zcbor_error(zcbor_state_t *state, int err) in zcbor_error() function
75 zcbor_error(state, err); in err_restore()929 zcbor_error(state, ZCBOR_ERR_ELEM_NOT_FOUND);