Searched refs:zcbor_splice_string_fragments (Results 1 – 3 of 3) sorted by relevance
| /zcbor-latest/include/ |
| D | zcbor_common.h | 451 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments,
|
| /zcbor-latest/src/ |
| D | zcbor_common.c | 224 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments, in zcbor_splice_string_fragments() function
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 436 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()
|