Home
last modified time | relevance | path

Searched refs:ZCBOR_FLAG_RESTORE (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/src/
Dzcbor_encode.c255 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,
Dzcbor_common.c65 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()
Dzcbor_decode.c502 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/
Dzcbor_common.h260 #define ZCBOR_FLAG_RESTORE 1UL ///! Restore from the backup. Overwrite the current state with the s… macro