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

/vbox/include/iprt/
H A Dasn1.h56 typedef struct RTASN1ALLOCATORVTABLE struct
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,
103 } RTASN1ALLOCATORVTABLE; typedef in typeref:struct:RTASN1ALLOCATORVTABLE
105 typedef RTASN1ALLOCATORVTABLE *PRTASN1ALLOCATORVTABLE;
107 typedef RTASN1ALLOCATORVTABLE const *PCRTASN1ALLOCATORVTABLE;
110 extern RTDATADECL(RTASN1ALLOCATORVTABLE const) g_RTAsn1DefaultAllocator;
113 extern RTDATADECL(RTASN1ALLOCATORVTABLE const) g_RTAsn1EFenceAllocator;

Completed in 49 milliseconds