Home
last modified time | relevance | path

Searched refs:state_array (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c139 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 …]
Dzcbor_encode.c610 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);
Dzcbor_decode.c1567 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/
Dzcbor_encode.h33 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states,
Dzcbor_common.h320 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
Dzcbor_decode.h32 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states,