Home
last modified time | relevance | path

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

/zcbor-latest/samples/pet/src/
Dpet_decode.c42 …&& ((((((*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()
Dpet_encode.c41 …&& (((((((*input).birthday.len == 8)) || (zcbor_error(state, ZCBOR_ERR_WRONG_RANGE), false))) || ( in encode_Pet()
/zcbor-latest/include/
Dzcbor_common.h221 zcbor_error(state, err); \
383 static inline void zcbor_error(zcbor_state_t *state, int err) in zcbor_error() function
/zcbor-latest/src/
Dzcbor_decode.c75 zcbor_error(state, err); in err_restore()
975 zcbor_error(state, ZCBOR_ERR_ELEM_NOT_FOUND); in zcbor_unordered_map_search()