Searched refs:state_array (Results 1 – 6 of 6) sorted by relevance
| /zcbor-latest/src/ |
| D | zcbor_common.c | 134 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 …]
|
| D | zcbor_encode.c | 599 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);
|
| D | zcbor_decode.c | 1606 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/ |
| D | zcbor_encode.h | 28 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states,
|
| D | zcbor_common.h | 336 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
|
| D | zcbor_decode.h | 27 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states,
|