Searched refs:CBOR_SIMPLE_BREAK (Results 1 – 3 of 3) sorted by relevance
158 #define CBOR_SIMPLE_BREAK 31 macro160 #define CBOR_SIMPLEV_RESERVED_END CBOR_SIMPLE_BREAK
438 #if CBOR_SIMPLE_BREAK != LEN_IS_INDEFINITE in QCBOREncode_EncodeHead()441 nAdditionalInfo = CBOR_SIMPLE_BREAK; in QCBOREncode_EncodeHead()1043 QCBOREncode_Private_AppendCBORHead(pMe, CBOR_MAJOR_NONE_TYPE_SIMPLE_BREAK, CBOR_SIMPLE_BREAK, 0); in QCBOREncode_Private_CloseMapOrArrayIndefiniteLength()
1160 #if QCBOR_TYPE_BREAK != CBOR_SIMPLE_BREAK1262 case CBOR_SIMPLE_BREAK: /* 31 */ in QCBOR_Private_DecodeType7()1266 if(uArgument <= CBOR_SIMPLE_BREAK) { in QCBOR_Private_DecodeType7()