Searched refs:state_array (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/boot/zcbor/src/ |
D | zcbor_common.c | 139 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states, in zcbor_new_state() argument 143 state_array[0].payload = payload; in zcbor_new_state() 144 state_array[0].payload_end = payload + payload_len; in zcbor_new_state() 145 state_array[0].elem_count = elem_count; in zcbor_new_state() 146 state_array[0].payload_moved = false; in zcbor_new_state() 147 state_array[0].decode_state.indefinite_length_array = false; in zcbor_new_state() 149 state_array[0].decode_state.map_search_elem_state = flags; in zcbor_new_state() 150 state_array[0].decode_state.map_elem_count = 0; in zcbor_new_state() 152 state_array[0].decode_state.map_elems_processed = 0; in zcbor_new_state() 156 state_array[0].constant_state = NULL; in zcbor_new_state() [all …]
|
D | zcbor_encode.c | 610 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states, argument 613 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, NULL, 0);
|
D | zcbor_decode.c | 1567 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states, argument 1571 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, flags, flags_bytes);
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_encode.h | 33 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states,
|
D | zcbor_common.h | 320 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
|
D | zcbor_decode.h | 32 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states,
|