Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c78 #define ERR_RESTORE(err) \ macro
235 ERR_RESTORE(err); in zcbor_int_decode()
341 ERR_RESTORE(ZCBOR_ERR_WRONG_VALUE); in zcbor_int64_expect()
394 ERR_RESTORE(ZCBOR_ERR_WRONG_VALUE); in zcbor_uint64_expect()
457 ERR_RESTORE(ZCBOR_ERR_NO_PAYLOAD); in str_overflow_check()
620 ERR_RESTORE(ZCBOR_ERR_WRONG_VALUE); in str_expect()
738 ERR_RESTORE(ZCBOR_ERR_INT_SIZE); in zcbor_map_start_decode()
1116 ERR_RESTORE(ZCBOR_ERR_INVALID_VALUE_ENCODING); in zcbor_simple_decode()
1133 ERR_RESTORE(ZCBOR_ERR_WRONG_VALUE); in zcbor_simple_expect()
1173 ERR_RESTORE(ZCBOR_ERR_WRONG_TYPE); in zcbor_bool_decode()
[all …]