Home
last modified time | relevance | path

Searched refs:new_elem_count (Results 1 – 3 of 3) sorted by relevance

/mcuboot-2.7.6/boot/boot_serial/src/
Dcbor_common.c21 bool new_backup(cbor_state_t *state, uint32_t new_elem_count) in new_backup() argument
32 state->elem_count = new_elem_count; in new_backup()
Dcbor_common.h130 bool new_backup(cbor_state_t *state, uint32_t new_elem_count);
Dcbor_decode.c349 uint32_t new_elem_count; in list_map_start_decode() local
355 if (!uint32_decode(state, &new_elem_count)) { in list_map_start_decode()
359 if (!new_backup(state, new_elem_count)) { in list_map_start_decode()