Searched refs:new_elem_count (Results 1 – 3 of 3) sorted by relevance
21 bool new_backup(cbor_state_t *state, uint32_t new_elem_count) in new_backup() argument32 state->elem_count = new_elem_count; in new_backup()
130 bool new_backup(cbor_state_t *state, uint32_t new_elem_count);
349 uint32_t new_elem_count; in list_map_start_decode() local355 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()