Home
last modified time | relevance | path

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

/zcbor-3.5.0-3.4.0/include/
Dzcbor_common.h227 #define ZCBOR_ERR_PAYLOAD_NOT_CONSUMED 9 macro
/zcbor-3.5.0-3.4.0/tests/decode/test5_corner_cases/src/
Dmain.c23 #define ARR_ERR4 ZCBOR_ERR_PAYLOAD_NOT_CONSUMED
1751 zassert_equal(ZCBOR_ERR_PAYLOAD_NOT_CONSUMED, res, "%d\r\n", res); in ZTEST()
1753 …zassert_equal(ZCBOR_ERR_PAYLOAD_NOT_CONSUMED, cbor_decode_CBORBstr(cbor_bstr_payload3_inv, sizeof(… in ZTEST()
1762 zassert_equal(ZCBOR_ERR_PAYLOAD_NOT_CONSUMED, res, "%d\r\n", res); in ZTEST()
/zcbor-3.5.0-3.4.0/src/
Dzcbor_decode.c393 ZCBOR_ERR_IF(state->payload != state->payload_end, ZCBOR_ERR_PAYLOAD_NOT_CONSUMED);