Home
last modified time | relevance | path

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

/zcbor-3.6.0/include/
Dzcbor_encode.h209 bool zcbor_bstr_put_term(zcbor_state_t *state, char const *str, size_t maxlen);
/zcbor-3.6.0/tests/unit/test1_unit_tests/src/
Dmain.c192 …zassert_true(zcbor_bstr_put_term(state_e, "Hello world", 5), NULL); /* Check that strnlen cuts off… in ZTEST()
1034 zassert_true(zcbor_bstr_put_term(state_e, "hello", 10), NULL); in ZTEST()
1057 zassert_true(zcbor_bstr_put_term(state_e, "hello", 10), NULL); in ZTEST()
1073 zassert_true(zcbor_bstr_put_term(state_e, "hello", 10), NULL); in ZTEST()
1199 zassert_true(zcbor_bstr_put_term(state_e, "baz3", 4), NULL); in ZTEST()
1201 zassert_true(zcbor_bstr_put_term(state_e, "baz4", 4), NULL); in ZTEST()
1203 zassert_true(zcbor_bstr_put_term(state_e, "baz5", 4), NULL); in ZTEST()
/zcbor-3.6.0/src/
Dzcbor_encode.c328 bool zcbor_bstr_put_term(zcbor_state_t *state, char const *str, size_t maxlen) function