Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h328 void *pAllocateCxt; member
329 UsefulBuf (* pfAllocator)(void *pAllocateCxt, void *pOldMem, size_t uNewSize);
H A Dqcbor_decode.h619 typedef UsefulBuf (* QCBORStringAllocate)(void *pAllocateCxt,
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c617 (pMe->pfAllocator)(pMe->pAllocateCxt, (void *)(uintptr_t)pMem, 0); in StringAllocator_Free()
628 return (pMe->pfAllocator)(pMe->pAllocateCxt, (void *)(uintptr_t)pMem, uSize); in StringAllocator_Reallocate()
634 return (pMe->pfAllocator)(pMe->pAllocateCxt, NULL, uSize); in StringAllocator_Allocate()
642 (pMe->pfAllocator)(pMe->pAllocateCxt, NULL, 0); in StringAllocator_Destruct()
690 pMe->StringAllocator.pAllocateCxt = pAllocateContext; in QCBORDecode_SetUpAllocator()