Home
last modified time | relevance | path

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

/zcbor-3.7.0/src/
Dzcbor_encode.c265 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME, 0xFFFFFFFF)) {
389 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME, 0xFFFFFFFF)) {
446 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME,
Dzcbor_common.c76 if (flags & ZCBOR_FLAG_CONSUME) { in zcbor_process_backup()
128 if (!zcbor_process_backup(state, ZCBOR_FLAG_CONSUME, state->elem_count)) { in zcbor_union_end_code()
Dzcbor_decode.c444 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD,
989 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD,
1044 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD,
/zcbor-3.7.0/include/
Dzcbor_common.h241 #define ZCBOR_FLAG_CONSUME 2UL ///! Consume the backup. Remove the backup from the stack of backups. macro