Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_decode.h433 void zcbor_bstr_next_fragment(zcbor_state_t *state,
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c616 zcbor_bstr_next_fragment(state_d, &output_frags[0], &output_frags[1]); in ZTEST()
633 zcbor_bstr_next_fragment(state_d, &output_frags[1], &output_frags[2]); in ZTEST()
/zcbor-latest/src/
Dzcbor_decode.c566 void zcbor_bstr_next_fragment(zcbor_state_t *state, in zcbor_bstr_next_fragment() function