Searched refs:QCBOR_TYPE_INT64 (Results 1 – 3 of 3) sorted by relevance
152 if(Item1.uLabelType == QCBOR_TYPE_INT64) { in QCBORItem_MatchLabel()153 if(Item2.uLabelType == QCBOR_TYPE_INT64 && Item1.label.int64 == Item2.label.int64) { in QCBORItem_MatchLabel()890 pDecodedItem->uDataType = QCBOR_TYPE_INT64; in QCBOR_Private_DecodeInteger()905 pDecodedItem->uDataType = QCBOR_TYPE_INT64; in QCBOR_Private_DecodeInteger()1815 case QCBOR_TYPE_INT64: in QCBORDecode_Private_GetNextMapEntry()2191 case QCBOR_TYPE_INT64: in QCBOR_Private_DecodeDateEpoch()2294 case QCBOR_TYPE_INT64: in QCBOR_Private_DecodeDaysEpoch()2391 if(exponentItem.uDataType == QCBOR_TYPE_INT64) { in QCBORDecode_Private_ExpMantissa()2419 if(mantissaItem.uDataType == QCBOR_TYPE_INT64) { in QCBORDecode_Private_ExpMantissa()2603 if(pDecodedItem->uDataType != QCBOR_TYPE_INT64) { in QCBOR_Private_ExpMantissaDataType()[all …]
225 #define QCBOR_TYPE_INT64 2 macro
2280 OneItemSeach[0].uLabelType = QCBOR_TYPE_INT64; in QCBORDecode_GetArrayFromMapN()2327 OneItemSeach[0].uLabelType = QCBOR_TYPE_INT64; in QCBORDecode_GetMapFromMapN()