Searched refs:uTags (Results 1 – 2 of 2) sorted by relevance
1686 memcpy(pDecodedItem->uTags, auItemsTags, sizeof(auItemsTags)); in QCBORDecode_Private_GetNextTagNumber()2152 pDecodedItem->uTags[i] = pDecodedItem->uTags[i+1]; in QCBOR_Private_ShiftTags()2154 pDecodedItem->uTags[QCBOR_MAX_TAGS_PER_ITEM-1] = CBOR_TAG_INVALID16; in QCBOR_Private_ShiftTags()2649 const uint16_t uTagToProcess = pDecodedItem->uTags[0]; in QCBORDecode_Private_GetNextTagContent()2677 uReturn = QCBOR_Private_ProcessTaggedString(pDecodedItem->uTags[0], pDecodedItem); in QCBORDecode_Private_GetNextTagContent()2760 memcpy(pMe->uLastTags, pItem->uTags, sizeof(pItem->uTags)); in QCBORDecode_Private_CopyTags()2805 if(pDecodedItem->uTags[nTagIndex] == CBOR_TAG_INVALID16) { in QCBORDecode_GetNextWithTags()2811 …->puTags[pTags->uNumUsed] = QCBORDecode_Private_UnMapTagNumber(pMe,pDecodedItem->uTags[nTagIndex]); in QCBORDecode_GetNextWithTags()2837 if(pItem->uTags[uTagIndex] == CBOR_TAG_INVALID16) { in QCBORDecode_IsTagged()2840 if(QCBORDecode_Private_UnMapTagNumber(pMe, pItem->uTags[uTagIndex]) == uTag) { in QCBORDecode_IsTagged()[all …]
548 uint16_t uTags[QCBOR_MAX_TAGS_PER_ITEM]; member