Searched refs:ZCBOR_ERR_PAYLOAD_NOT_CONSUMED (Results 1 – 3 of 3) sorted by relevance
227 #define ZCBOR_ERR_PAYLOAD_NOT_CONSUMED 9 macro
23 #define ARR_ERR4 ZCBOR_ERR_PAYLOAD_NOT_CONSUMED1751 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()
393 ZCBOR_ERR_IF(state->payload != state->payload_end, ZCBOR_ERR_PAYLOAD_NOT_CONSUMED);