Searched refs:QCBOR_TYPE_NULL (Results 1 – 3 of 3) sorted by relevance
309 #define QCBOR_TYPE_NULL 22 macro
2596 if(pMe->uLastError == QCBOR_SUCCESS && item.uDataType != QCBOR_TYPE_NULL) { in QCBORDecode_GetNull()2606 QCBORDecode_GetItemInMapN(pMe, nLabel, QCBOR_TYPE_NULL, &Item); in QCBORDecode_GetNullInMapN()2614 QCBORDecode_GetItemInMapSZ(pMe, szLabel, QCBOR_TYPE_NULL, &Item); in QCBORDecode_GetNullInMapSZ()
1152 #if QCBOR_TYPE_NULL != CBOR_SIMPLEV_NULL1153 #error QCBOR_TYPE_NULL macro value wrong4625 case QCBOR_TYPE_NULL: in QCBORDecode_Private_ProcessSimple()