Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c651 bool indefinite_length_array = false; local
707 const bool indefinite_length_array = false; local
1432 const bool indefinite_length_array = false; local
1434 const bool indefinite_length_array = ((additional == ZCBOR_VALUE_IS_INDEFINITE_LENGTH) local
/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h118 bool indefinite_length_array; /**< Is set to true if the decoder is currently member