Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h332 static inline int UsefulBuf_IsNULL(UsefulBuf UB);
1733 static inline int UsefulBuf_IsNULL(UsefulBuf UB) in UsefulBuf_IsNULL() function
1759 return UsefulBuf_IsEmpty(UB) || UsefulBuf_IsNULL(UB); in UsefulBuf_IsNULLOrEmpty()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1002 if(UsefulBuf_IsNULL(NewMem)) { in QCBOR_Private_DecodeString()
1520 if(UsefulBuf_IsNULL(NewMem)) { in QCBORDecode_Private_GetNextFullString()