Home
last modified time | relevance | path

Searched refs:zcbor_string_fragment (Results 1 – 6 of 6) sorted by relevance

/zcbor-latest/include/
Dzcbor_decode.h406 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result);
407 bool zcbor_tstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result);
414 struct zcbor_string_fragment *prev_fragment,
415 struct zcbor_string_fragment *result);
426 struct zcbor_string_fragment *result);
434 struct zcbor_string_fragment *prev_fragment,
435 struct zcbor_string_fragment *result);
438 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment);
Dzcbor_common.h50 struct zcbor_string_fragment { struct
432 bool zcbor_validate_string_fragments(struct zcbor_string_fragment *fragments,
451 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments,
/zcbor-latest/src/
Dzcbor_decode.c512 struct zcbor_string_fragment *result) in partition_fragment()
520 struct zcbor_string_fragment *result, in start_decode_fragment()
537 struct zcbor_string_fragment *result) in zcbor_bstr_start_decode_fragment()
551 struct zcbor_string_fragment *prev_fragment, in zcbor_next_fragment()
552 struct zcbor_string_fragment *result) in zcbor_next_fragment()
567 struct zcbor_string_fragment *prev_fragment, in zcbor_bstr_next_fragment()
568 struct zcbor_string_fragment *result) in zcbor_bstr_next_fragment()
581 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment) in zcbor_is_last_fragment()
599 static bool str_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result, in str_decode_fragment()
633 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result) in zcbor_bstr_decode_fragment()
[all …]
Dzcbor_common.c186 bool zcbor_validate_string_fragments(struct zcbor_string_fragment *fragments, in zcbor_validate_string_fragments()
224 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments, in zcbor_splice_string_fragments()
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c403 struct zcbor_string_fragment output_frags[2]; in ZTEST()
456 struct zcbor_string_fragment output_frags[18]; in ZTEST()
457 struct zcbor_string_fragment output_frags_backup; in ZTEST()
576 struct zcbor_string_fragment output_frags[3]; in ZTEST()
577 struct zcbor_string_fragment tstr_frags[2]; in ZTEST()
/zcbor-latest/
DRELEASE_NOTES.md396 …* Strings can be split between chunks, there is a new type `struct zcbor_string_fragment` for this…