Home
last modified time | relevance | path

Searched refs:pTags (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2790 QCBORTagListOut *pTags) in QCBORDecode_GetNextWithTags() argument
2801 if(pTags != NULL) { in QCBORDecode_GetNextWithTags()
2802 pTags->uNumUsed = 0; in QCBORDecode_GetNextWithTags()
2808 if(pTags->uNumUsed >= pTags->uNumAllocated) { in QCBORDecode_GetNextWithTags()
2811pTags->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()