Home
last modified time | relevance | path

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

/zcbor-3.6.0/samples/pet/src/
Dpet_decode.c34 …&& ((*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()
Dpet_encode.c33 …&& ((*input).birthday.len <= 8)) || (zcbor_error(state, ZCBOR_ERR_WRONG_RANGE), false))) || (zcbor… in encode_Pet()
/zcbor-3.6.0/include/
Dzcbor_common.h205 zcbor_error(state, err); \
362 static inline void zcbor_error(zcbor_state_t *state, int err) in zcbor_error() function
/zcbor-3.6.0/src/
Dzcbor_decode.c75 zcbor_error(state, err); in err_restore()
929 zcbor_error(state, ZCBOR_ERR_ELEM_NOT_FOUND);