Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_common.c189 size_t total_len = 0; in zcbor_validate_string_fragments() local
227 size_t total_len = 0; in zcbor_splice_string_fragments() local
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1525 size_t total_len = zcbor_remaining_str_len(state_e) in ZTEST() local
1548 size_t total_len = zcbor_remaining_str_len(state_e) in ZTEST() local
/zcbor-latest/include/
Dzcbor_common.h53 size_t total_len; ///! The total length of the string this fragment is a part of. member