Searched refs:zcbor_string_fragment (Results 1 – 6 of 6) sorted by relevance
| /zcbor-latest/include/ |
| D | zcbor_decode.h | 406 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);
|
| D | zcbor_common.h | 50 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/ |
| D | zcbor_decode.c | 512 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 …]
|
| D | zcbor_common.c | 186 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/ |
| D | main.c | 403 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/ |
| D | RELEASE_NOTES.md | 396 …* Strings can be split between chunks, there is a new type `struct zcbor_string_fragment` for this…
|