Searched refs:pAllocateCxt (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_private.h | 328 void *pAllocateCxt; member 329 UsefulBuf (* pfAllocator)(void *pAllocateCxt, void *pOldMem, size_t uNewSize);
|
| H A D | qcbor_decode.h | 619 typedef UsefulBuf (* QCBORStringAllocate)(void *pAllocateCxt,
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_decode.c | 617 (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()
|