Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_decode.h406 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result);
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c414 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/
Dzcbor_decode.c633 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result) in zcbor_bstr_decode_fragment() function