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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-basics.cpp62 RTASN1ALLOCATION Allocation; member in struct:RTASN1MEMCONTENT
184 RTASN1ALLOCATION Allocation;
185 Allocation.cbAllocated = 0;
186 Allocation.cReallocs = 0;
187 Allocation.uReserved0 = 0;
188 Allocation.pAllocator = pAllocator;
193 int rc = pAllocator->pfnAlloc(pAllocator, &Allocation, (void **)&pHdr, cbAlloc);
196 Assert(Allocation.cbAllocated >= cbAlloc);
197 pHdr->Allocation = Allocation;
[all...]
/vbox/include/iprt/crypto/
H A Dtaf.h141 /** Allocation for the valid member (to optimize space usage). */
142 RTASN1ALLOCATION Allocation; member in struct:RTCRTAFTRUSTANCHORCHOICE
H A Dpkcs7.h105 RTASN1ALLOCATION Allocation; member in struct:RTCRPKCS7ATTRIBUTE
305 RTASN1ALLOCATION Allocation; member in struct:RTCRPKCS7CERT
H A Dspc.h152 RTASN1ALLOCATION Allocation; member in struct:RTCRSPCSERIALIZEDOBJECTATTRIBUTE
262 /** Allocation of what the pointer below points to. */
263 RTASN1ALLOCATION Allocation; member in struct:RTCRSPCSTRING
310 /** Allocation of what the pointer below points to. */
311 RTASN1ALLOCATION Allocation; member in struct:RTCRSPCLINK
412 /** Allocation of the optional data value. */
413 RTASN1ALLOCATION Allocation; member in struct:RTCRSPCATTRIBUTETYPEANDOPTIONALVALUE
H A Dx509.h245 RTASN1ALLOCATION Allocation; member in struct:RTCRX509GENERALNAME
/vbox/include/iprt/
H A Dasn1.h117 * Allocation information.
656 RTASN1ALLOCATION Allocation; \
712 RTASN1ALLOCATION Allocation; \
928 RTASN1ALLOCATION Allocation; member in struct:RTASN1OBJID
1003 /** Allocation tracking structure for pEncapsulated. */
1051 /** Allocation tracking structure for pEncapsulated. */
1077 /** Allocation tracking for pszUtf8. */
1078 RTASN1ALLOCATION Allocation; member in struct:RTASN1STRING

Completed in 59 milliseconds