Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h735 QCBORError
977 QCBORError
1045 QCBORError
1107 QCBORError
1209 QCBORError
1238 QCBORError
1269 static QCBORError
1282 static QCBORError
1293 QCBORDecode_IsNotWellFormedError(QCBORError uErr);
1316 QCBORDecode_IsUnrecoverableError(QCBORError uErr);
[all …]
H A Dqcbor_common.h541 } QCBORError; typedef
557 qcbor_err_to_str(QCBORError uErr);
H A Dqcbor_encode.h2236 QCBORError
2252 QCBORError
2285 static QCBORError
4023 static inline QCBORError
4040 return (QCBORError)pMe->uError; in QCBOREncode_GetErrorState()
H A Dqcbor_spiffy_decode.h1088 typedef QCBORError (*QCBORItemCallback)(void *pCallbackCtx,
2148 QCBORError
2945 QCBORError uError = QCBORDecode_GetNext(pMe, &Item); in QCBORDecode_GetMIMEMessage()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c418 static QCBORError
435 static QCBORError
463 static QCBORError
468 QCBORError uError = QCBOR_SUCCESS; in DecodeNesting_DescendMapOrArray()
527 static QCBORError
532 QCBORError uError; in DecodeNesting_DescendIntoBstrWrapped()
796 static QCBORError
802 QCBORError uReturn; in QCBOR_Private_DecodeHead()
874 static QCBORError
880 QCBORError uReturn = QCBOR_SUCCESS; in QCBOR_Private_DecodeInteger()
[all …]
H A Dqcbor_encode.c1052 QCBORError
1076 QCBORError
1081 QCBORError nReturn = QCBOREncode_Finish(pMe, &Enc); in QCBOREncode_FinishGetSize()
H A Dqcbor_err_to_str.c23 qcbor_err_to_str(const QCBORError uErr) { in qcbor_err_to_str()