Searched refs:uIndex (Results 1 – 2 of 2) sorted by relevance
1145 QCBORDecode_GetNthTag(QCBORDecodeContext *pCtx, const QCBORItem *pItem, uint32_t uIndex);1168 QCBORDecode_GetNthTagOfLast(const QCBORDecodeContext *pCtx, uint32_t uIndex);
1617 const unsigned uIndex = uMappedTagNumber - (QCBOR_LAST_UNMAPPED_TAG + 1); in QCBORDecode_Private_UnMapTagNumber() local1618 return pMe->auMappedTags[uIndex]; in QCBORDecode_Private_UnMapTagNumber()2547 unsigned uIndex; in QCBOR_Private_ProcessTaggedString() local2548 for(uIndex = 0; QCBOR_Private_StringTagMap[uIndex].uTagNumber != CBOR_TAG_INVALID16; uIndex++) { in QCBOR_Private_ProcessTaggedString()2549 if(QCBOR_Private_StringTagMap[uIndex].uTagNumber == uTag) { in QCBOR_Private_ProcessTaggedString()2554 const uint8_t uQCBORType = QCBOR_Private_StringTagMap[uIndex].uQCBORtype; in QCBOR_Private_ProcessTaggedString()2909 uint32_t uIndex) in QCBORDecode_GetNthTag() argument2915 if(uIndex >= QCBOR_MAX_TAGS_PER_ITEM) { in QCBORDecode_GetNthTag()2918 return QCBORDecode_Private_UnMapTagNumber(pMe, pItem->uTags[uIndex]); in QCBORDecode_GetNthTag()2923 (void)uIndex; in QCBORDecode_GetNthTag()[all …]