Searched refs:zcbor_error (Results 1 – 4 of 4) sorted by relevance
42 …&& ((((((*result).birthday.len == 8)) || (zcbor_error(state, ZCBOR_ERR_WRONG_RANGE), false))) || (… in decode_Pet()45 …|| (((*result).species_choice == Pet_species_other_c) && ((1)))) || (zcbor_error(state, ZCBOR_ERR_… in decode_Pet()
41 …&& (((((((*input).birthday.len == 8)) || (zcbor_error(state, ZCBOR_ERR_WRONG_RANGE), false))) || (… in encode_Pet()
221 zcbor_error(state, err); \383 static inline void zcbor_error(zcbor_state_t *state, int err) in zcbor_error() function
75 zcbor_error(state, err); in err_restore()975 zcbor_error(state, ZCBOR_ERR_ELEM_NOT_FOUND); in zcbor_unordered_map_search()