Searched refs:zcbor_bstr_decode (Results 1 – 4 of 4) sorted by relevance
/zcbor-3.7.0/samples/pet/src/ |
D | pet_decode.c | 32 && ((zcbor_bstr_decode(state, (&(*result).birthday))) in decode_Pet()
|
/zcbor-3.7.0/tests/unit/test1_unit_tests/src/ |
D | main.c | 169 zassert_false(zcbor_bstr_decode(state_d, &tstr_res), NULL); in ZTEST() 408 zassert_true(zcbor_bstr_decode(state_d2, &output), NULL); in ZTEST() 410 zassert_false(zcbor_bstr_decode(state_d, &output), NULL); in ZTEST() 468 zassert_true(zcbor_bstr_decode(state_d2, &output), NULL); in ZTEST() 595 zassert_true(zcbor_bstr_decode(state_d2, &output), NULL); in ZTEST() 1381 zassert_false(zcbor_bstr_decode(state_d, &str_result), NULL); in ZTEST() 1384 zassert_false(zcbor_bstr_decode(state_d, &str_result), NULL); in ZTEST() 1408 zassert_true(zcbor_bstr_decode(state_d, &str_result), NULL); in ZTEST() 1410 …zassert_false(zcbor_bstr_decode(state_d, &str_result), NULL); /* Fails because payload isn't big e… in ZTEST()
|
/zcbor-3.7.0/include/ |
D | zcbor_decode.h | 73 bool zcbor_bstr_decode(zcbor_state_t *state, struct zcbor_string *result); /* bstr */
|
/zcbor-3.7.0/src/ |
D | zcbor_decode.c | 568 bool zcbor_bstr_decode(zcbor_state_t *state, struct zcbor_string *result) function
|