Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_common.c134 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states, in zcbor_new_state() argument
138 state_array[0].payload = payload; in zcbor_new_state()
139 state_array[0].payload_end = payload + payload_len; in zcbor_new_state()
140 state_array[0].elem_count = elem_count; in zcbor_new_state()
141 state_array[0].payload_moved = false; in zcbor_new_state()
142 state_array[0].decode_state.indefinite_length_array = false; in zcbor_new_state()
144 state_array[0].decode_state.map_search_elem_state = flags; in zcbor_new_state()
145 state_array[0].decode_state.map_elem_count = 0; in zcbor_new_state()
147 state_array[0].decode_state.map_elems_processed = 0; in zcbor_new_state()
151 state_array[0].constant_state = NULL; in zcbor_new_state()
[all …]
Dzcbor_encode.c599 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states, argument
602 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, NULL, 0);
Dzcbor_decode.c1606 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states, in zcbor_new_decode_state() argument
1610 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, flags, flags_bytes); in zcbor_new_decode_state()
/zcbor-latest/include/
Dzcbor_encode.h28 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states,
Dzcbor_common.h336 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
Dzcbor_decode.h27 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states,