Lines Matching refs:zcbor_string_fragment
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()
654 bool zcbor_tstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result) in zcbor_tstr_decode_fragment()