Searched refs:ZCBOR_FLAG_RESTORE (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 255 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME, 0xFFFFFFFF)) { 379 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME, 0xFFFFFFFF)) { 436 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME,
|
| D | zcbor_common.c | 65 if (flags & ZCBOR_FLAG_RESTORE) { in zcbor_process_backup() 120 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE, state->elem_count)) { in zcbor_union_elem_code()
|
| D | zcbor_decode.c | 502 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD, in zcbor_bstr_end_decode() 802 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_KEEP_DECODE_STATE, in map_restart() 1033 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD, in list_map_end_decode() 1088 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD, in zcbor_list_map_end_force_decode()
|
| /zcbor-latest/include/ |
| D | zcbor_common.h | 260 #define ZCBOR_FLAG_RESTORE 1UL ///! Restore from the backup. Overwrite the current state with the s… macro
|