Searched defs:PRTASN1ALLOCATION (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dasn1.h44 typedef struct RTASN1ALLOCATION *PRTASN1ALLOCATION; typedef in typeref:struct:RTASN1ALLOCATION
66 DECLCALLBACKMEMBER(void, pfnFree)(struct RTASN1ALLOCATORVTABLE const *pThis, PRTASN1ALLOCATION pAllocation,
79 DECLCALLBACKMEMBER(int, pfnAlloc)(struct RTASN1ALLOCATORVTABLE const *pThis, PRTASN1ALLOCATION pAllocation,
101 DECLCALLBACKMEMBER(int, pfnRealloc)(struct RTASN1ALLOCATORVTABLE const *pThis, PRTASN1ALLOCATION pAllocation,
145 RTDECL(int) RTAsn1MemGrowArray(PRTASN1ALLOCATION pAllocation, void **ppvArray, size_t cbEntry,
157 RTDECL(int) RTAsn1MemAllocZ(PRTASN1ALLOCATION pAllocation, void **ppvMem, size_t cbMem);
169 RTDECL(int) RTAsn1MemDup(PRTASN1ALLOCATION pAllocation, void **ppvMem, void const *pvSrc, size_t cbMem);
178 RTDECL(void) RTAsn1MemFree(PRTASN1ALLOCATION pAllocation, void *pv);
187 RTDECL(PRTASN1ALLOCATION) RTAsn1MemInitAllocation(PRTASN1ALLOCATION pAllocatio
[all...]

Completed in 49 milliseconds