Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_common.h451 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments,
/zcbor-latest/src/
Dzcbor_common.c224 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments, in zcbor_splice_string_fragments() function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c436 zassert_true(zcbor_splice_string_fragments(output_frags, 2, spliced, &output.len), NULL); in ZTEST()
487 zassert_true(zcbor_splice_string_fragments(output_frags, 18, spliced, in ZTEST()
649 zassert_true(zcbor_splice_string_fragments(output_frags, 3, spliced, &output.len), NULL); in ZTEST()
657 zassert_true(zcbor_splice_string_fragments(tstr_frags, 2, spliced, &output.len), NULL); in ZTEST()