Home
last modified time | relevance | path

Searched defs:total_len (Results 1 – 2 of 2) sorted by relevance

/mcuboot-3.7.0/boot/zcbor/src/
Dzcbor_common.c193 size_t total_len = 0; in zcbor_validate_string_fragments() local
231 size_t total_len = 0; in zcbor_splice_string_fragments() local
/mcuboot-3.7.0/boot/zcbor/include/
Dzcbor_common.h58 size_t total_len; ///! The total length of the string this fragment is a part of. member