Searched refs:uQCBORType (Results 1 – 1 of 1) sorted by relevance
465 uint8_t uQCBORType, in DecodeNesting_DescendMapOrArray() argument485 uError = DecodeNesting_Descend(pNesting, uQCBORType); in DecodeNesting_DescendMapOrArray()2554 const uint8_t uQCBORType = QCBOR_Private_StringTagMap[uIndex].uQCBORtype; in QCBOR_Private_ProcessTaggedString() local2555 if(uQCBORType == QCBOR_TYPE_NONE) { in QCBOR_Private_ProcessTaggedString()2561 if(uQCBORType & IS_BYTE_STRING_BIT) { in QCBOR_Private_ProcessTaggedString()2573 pDecodedItem->uDataType = (uint8_t)(uQCBORType & QCBOR_TYPE_MASK); in QCBOR_Private_ProcessTaggedString()