Searched refs:zcbor_bstr_decode_fragment (Results 1 – 3 of 3) sorted by relevance
| /zcbor-latest/include/ |
| D | zcbor_decode.h | 406 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result);
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 414 zassert_true(zcbor_bstr_decode_fragment(state_d, &output_frags[0]), NULL); in ZTEST() 423 zassert_false(zcbor_bstr_decode_fragment(state_d, &output_frags[1]), NULL); in ZTEST() 471 zassert_true(zcbor_bstr_decode_fragment(state_d, &output_frags[0]), NULL); in ZTEST() 615 zassert_false(zcbor_bstr_decode_fragment(state_d, &output_frags[1]), NULL); in ZTEST() 632 zassert_false(zcbor_bstr_decode_fragment(state_d, &output_frags[2]), NULL); in ZTEST()
|
| /zcbor-latest/src/ |
| D | zcbor_decode.c | 633 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result) in zcbor_bstr_decode_fragment() function
|