Searched refs:zcbor_string_fragment (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_decode.h | 414 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result); 415 bool zcbor_tstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result); 422 struct zcbor_string_fragment *prev_fragment, 423 struct zcbor_string_fragment *result); 434 struct zcbor_string_fragment *result); 442 struct zcbor_string_fragment *prev_fragment, 443 struct zcbor_string_fragment *result); 446 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment);
|
D | zcbor_common.h | 55 struct zcbor_string_fragment { struct 416 bool zcbor_validate_string_fragments(struct zcbor_string_fragment *fragments, 435 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments,
|
/mcuboot-latest/boot/zcbor/src/ |
D | zcbor_decode.c | 459 struct zcbor_string_fragment *result) 467 struct zcbor_string_fragment *result, 484 struct zcbor_string_fragment *result) 498 struct zcbor_string_fragment *prev_fragment, 499 struct zcbor_string_fragment *result) 514 struct zcbor_string_fragment *prev_fragment, 515 struct zcbor_string_fragment *result) 528 bool zcbor_is_last_fragment(const struct zcbor_string_fragment *fragment) 546 static bool str_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result, 580 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result) [all …]
|
D | zcbor_common.c | 190 bool zcbor_validate_string_fragments(struct zcbor_string_fragment *fragments, in zcbor_validate_string_fragments() 228 bool zcbor_splice_string_fragments(struct zcbor_string_fragment *fragments, in zcbor_splice_string_fragments()
|