Searched refs:pTags (Results 1 – 1 of 1) sorted by relevance
2790 QCBORTagListOut *pTags) in QCBORDecode_GetNextWithTags() argument2801 if(pTags != NULL) { in QCBORDecode_GetNextWithTags()2802 pTags->uNumUsed = 0; in QCBORDecode_GetNextWithTags()2808 if(pTags->uNumUsed >= pTags->uNumAllocated) { in QCBORDecode_GetNextWithTags()2811 …pTags->puTags[pTags->uNumUsed] = QCBORDecode_Private_UnMapTagNumber(pMe,pDecodedItem->uTags[nTagIn… in QCBORDecode_GetNextWithTags()2812 pTags->uNumUsed++; in QCBORDecode_GetNextWithTags()2821 (void)pTags; in QCBORDecode_GetNextWithTags()