Searched refs:nTagIndex (Results 1 – 1 of 1) sorted by relevance
2804 for(int nTagIndex = QCBOR_MAX_TAGS_PER_ITEM-1; nTagIndex >=0; nTagIndex--) { in QCBORDecode_GetNextWithTags() local2805 if(pDecodedItem->uTags[nTagIndex] == CBOR_TAG_INVALID16) { in QCBORDecode_GetNextWithTags()2811 …->puTags[pTags->uNumUsed] = QCBORDecode_Private_UnMapTagNumber(pMe,pDecodedItem->uTags[nTagIndex]); in QCBORDecode_GetNextWithTags()