Searched refs:pValue (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_spiffy_decode.h | 545 double *pValue); 1446 UsefulBufC *pValue, 1453 UsefulBufC *pValue, 1460 UsefulBufC *pValue, 2083 double *pValue, 2468 QCBORDecode_GetDouble(QCBORDecodeContext *pMe, double *pValue) in QCBORDecode_GetDouble() argument 2470 QCBORDecode_GetDoubleConvert(pMe, QCBOR_CONVERT_TYPE_FLOAT, pValue); in QCBORDecode_GetDouble() 2501 QCBORDecode_GetByteString(QCBORDecodeContext *pMe, UsefulBufC *pValue) in QCBORDecode_GetByteString() argument 2511 QCBORDecode_Private_GetTaggedString(pMe, TagSpec, pValue); in QCBORDecode_GetByteString() 2545 QCBORDecode_GetTextString(QCBORDecodeContext *pMe, UsefulBufC *pValue) in QCBORDecode_GetTextString() argument [all …]
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_decode.c | 4553 QCBORDecode_GetBool(QCBORDecodeContext *pMe, bool *pValue) in QCBORDecode_GetBool() argument 4557 QCBORDecode_Private_ProcessBool(pMe, &Item, pValue); in QCBORDecode_GetBool() 4567 bool *pValue) in QCBORDecode_GetBoolInMapN() argument 4571 QCBORDecode_Private_ProcessBool(pMe, &Item, pValue); in QCBORDecode_GetBoolInMapN() 4581 bool *pValue) in QCBORDecode_GetBoolInMapSZ() argument 4585 QCBORDecode_Private_ProcessBool(pMe, &Item, pValue); in QCBORDecode_GetBoolInMapSZ() 4912 UsefulBufC *pValue, in QCBOR_Private_ProcessBigNum() argument 4927 *pValue = pItem->val.string; in QCBOR_Private_ProcessBigNum() 4945 UsefulBufC *pValue, in QCBORDecode_GetBignum() argument 4956 pValue, in QCBORDecode_GetBignum() [all …]
|