Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3349 QCBORItem *pItemArray, in QCBORDecode_Private_MapSearch() argument
3362 pItemArray->uLabelType != QCBOR_TYPE_NONE) { in QCBORDecode_Private_MapSearch()
3371 if(pItemArray->uLabelType == QCBOR_TYPE_NONE) { in QCBORDecode_Private_MapSearch()
3435 for(int nIndex = 0; pItemArray[nIndex].uLabelType != QCBOR_TYPE_NONE; nIndex++) { in QCBORDecode_Private_MapSearch()
3436 if(QCBORItem_MatchLabel(Item, pItemArray[nIndex])) { in QCBORDecode_Private_MapSearch()
3449 if(!QCBORItem_MatchType(Item, pItemArray[nIndex])) { in QCBORDecode_Private_MapSearch()
3456 pItemArray[nIndex] = Item; in QCBORDecode_Private_MapSearch()
3518 for(int i = 0; pItemArray[i].uLabelType != 0; i++) { in QCBORDecode_Private_MapSearch()
3520 pItemArray[i].uDataType = QCBOR_TYPE_NONE; in QCBORDecode_Private_MapSearch()
3521 pItemArray[i].uLabelType = QCBOR_TYPE_NONE; in QCBORDecode_Private_MapSearch()