Searched refs:nMajorType (Results 1 – 1 of 1) sorted by relevance
875 QCBOR_Private_DecodeInteger(const int nMajorType, in QCBOR_Private_DecodeInteger() argument887 if(nMajorType == CBOR_MAJOR_TYPE_POSITIVE_INT) { in QCBOR_Private_DecodeInteger()942 const int nMajorType, in QCBOR_Private_DecodeString() argument957 pDecodedItem->uDataType = (uint8_t)(nMajorType + 4); in QCBOR_Private_DecodeString()1045 const int nMajorType, in QCBOR_Private_DecodeArrayOrMap() argument1060 pDecodedItem->uDataType = (uint8_t)nMajorType; in QCBOR_Private_DecodeArrayOrMap()1062 if(uMode == QCBOR_DECODE_MODE_MAP_AS_ARRAY && nMajorType == QCBOR_TYPE_MAP) { in QCBOR_Private_DecodeArrayOrMap()1081 if(uMode == QCBOR_DECODE_MODE_MAP_AS_ARRAY && nMajorType == QCBOR_TYPE_MAP) { in QCBOR_Private_DecodeArrayOrMap()1327 int nMajorType = 0; in QCBOR_Private_DecodeAtomicDataItem() local1336 uReturn = QCBOR_Private_DecodeHead(&(pMe->InBuf), &nMajorType, &uArgument, &nAdditionalInfo); in QCBOR_Private_DecodeAtomicDataItem()[all …]