Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c105 QCBORItem_IsMapOrArray(const QCBORItem Item) in QCBORItem_IsMapOrArray() argument
107 const uint8_t uDataType = Item.uDataType; in QCBORItem_IsMapOrArray()
116 QCBORItem_IsEmptyDefiniteLengthMapOrArray(const QCBORItem Item) in QCBORItem_IsEmptyDefiniteLengthMapOrArray() argument
118 if(!QCBORItem_IsMapOrArray(Item)){ in QCBORItem_IsEmptyDefiniteLengthMapOrArray()
122 if(Item.val.uCount != 0) { in QCBORItem_IsEmptyDefiniteLengthMapOrArray()
129 QCBORItem_IsIndefiniteLengthMapOrArray(const QCBORItem Item) in QCBORItem_IsIndefiniteLengthMapOrArray() argument
132 if(!QCBORItem_IsMapOrArray(Item)){ in QCBORItem_IsIndefiniteLengthMapOrArray()
136 if(Item.val.uCount != QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH) { in QCBORItem_IsIndefiniteLengthMapOrArray()
141 (void)Item; in QCBORItem_IsIndefiniteLengthMapOrArray()
3170 QCBORItem Item; in QCBORDecode_Private_ConsumeItem() local
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_spiffy_decode.h2163 QCBORItem Item; in QCBORDecode_GetUInt64Convert() local
2164 QCBORDecode_Private_GetUInt64Convert(pMe, uConvertTypes, puValue, &Item); in QCBORDecode_GetUInt64Convert()
2173 QCBORItem Item; in QCBORDecode_GetUInt64ConvertInMapN() local
2178 &Item); in QCBORDecode_GetUInt64ConvertInMapN()
2187 QCBORItem Item; in QCBORDecode_GetUInt64ConvertInMapSZ() local
2192 &Item); in QCBORDecode_GetUInt64ConvertInMapSZ()
2365 QCBORItem Item; in QCBORDecode_GetInt64Convert() local
2366 QCBORDecode_Private_GetInt64Convert(pMe, uConvertTypes, pnValue, &Item); in QCBORDecode_GetInt64Convert()
2375 QCBORItem Item; in QCBORDecode_GetInt64ConvertInMapN() local
2380 &Item); in QCBORDecode_GetInt64ConvertInMapN()
[all …]