Home
last modified time | relevance | path

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

/zcbor-3.7.0/include/
Dzcbor_decode.h409 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result);
/zcbor-3.7.0/tests/unit/test1_unit_tests/src/
Dmain.c412 zassert_true(zcbor_bstr_decode_fragment(state_d, &output_frags[0]), NULL); in ZTEST()
421 zassert_false(zcbor_bstr_decode_fragment(state_d, &output_frags[1]), NULL); in ZTEST()
469 zassert_true(zcbor_bstr_decode_fragment(state_d, &output_frags[0]), NULL); in ZTEST()
613 zassert_false(zcbor_bstr_decode_fragment(state_d, &output_frags[1]), NULL); in ZTEST()
630 zassert_false(zcbor_bstr_decode_fragment(state_d, &output_frags[2]), NULL); in ZTEST()
/zcbor-3.7.0/src/
Dzcbor_decode.c575 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result) function