Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1001 UsefulBuf NewMem = StringAllocator_Allocate(&(pMe->StringAllocator), (size_t)uStrLen); in QCBOR_Private_DecodeString() local
1002 if(UsefulBuf_IsNULL(NewMem)) { in QCBOR_Private_DecodeString()
1006 pDecodedItem->val.string = UsefulBuf_Copy(NewMem, Bytes); in QCBOR_Private_DecodeString()
1517 UsefulBuf NewMem = StringAllocator_Reallocate(&(pMe->StringAllocator), in QCBORDecode_Private_GetNextFullString() local
1520 if(UsefulBuf_IsNULL(NewMem)) { in QCBORDecode_Private_GetNextFullString()
1526 FullString = UsefulBuf_CopyOffset(NewMem, FullString.len, StringChunkItem.val.string); in QCBORDecode_Private_GetNextFullString()