- Timestamp:
- Jan 4, 2017 12:05:08 PM (8 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp
r64883 r65098 55 55 56 56 57 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 57 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFree} */ 58 58 static DECLCALLBACK(void) rtAsn1DefaultAllocator_Free(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, void *pv) 59 59 { … … 64 64 65 65 66 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 66 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnAlloc} */ 67 67 static DECLCALLBACK(int) rtAsn1DefaultAllocator_Alloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, 68 68 void **ppv, size_t cb) … … 81 81 82 82 83 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 83 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnRealloc} */ 84 84 static DECLCALLBACK(int) rtAsn1DefaultAllocator_Realloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, 85 85 void *pvOld, void **ppvNew, size_t cbNew) … … 100 100 101 101 102 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 102 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFreeArray} */ 103 103 static DECLCALLBACK(void) rtAsn1DefaultAllocator_FreeArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation, 104 104 void **papvArray) … … 118 118 119 119 120 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 120 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnGrowArray} */ 121 121 static DECLCALLBACK(int) rtAsn1DefaultAllocator_GrowArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation, 122 122 void ***ppapvArray, uint32_t cMinEntries) … … 186 186 187 187 188 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 188 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnShrinkArray} */ 189 189 static DECLCALLBACK(void) rtAsn1DefaultAllocator_ShrinkArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation, 190 190 void ***ppapvArray, uint32_t cNew, uint32_t cCurrent) -
trunk/src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp
r64883 r65098 37 37 38 38 39 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 39 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFree} */ 40 40 static DECLCALLBACK(void) rtAsn1EFenceAllocator_Free(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, void *pv) 41 41 { … … 46 46 47 47 48 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 48 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnAlloc} */ 49 49 static DECLCALLBACK(int) rtAsn1EFenceAllocator_Alloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, 50 50 void **ppv, size_t cb) … … 62 62 63 63 64 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 64 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnRealloc} */ 65 65 static DECLCALLBACK(int) rtAsn1EFenceAllocator_Realloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, 66 66 void *pvOld, void **ppvNew, size_t cbNew) … … 80 80 81 81 82 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 82 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFreeArray} */ 83 83 static DECLCALLBACK(void) rtAsn1EFenceAllocator_FreeArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation, 84 84 void **papvArray) … … 102 102 103 103 104 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 104 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnGrowArray} */ 105 105 static DECLCALLBACK(int) rtAsn1EFenceAllocator_GrowArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation, 106 106 void ***ppapvArray, uint32_t cMinEntries) … … 146 146 147 147 148 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, 148 /** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnShrinkArray} */ 149 149 static DECLCALLBACK(void) rtAsn1EFenceAllocator_ShrinkArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation, 150 150 void ***ppapvArray, uint32_t cNew, uint32_t cCurrent) -
trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp
r62564 r65098 202 202 203 203 204 /** @interface_method_impl{RTCRSTOREPROVIDER, 204 /** @interface_method_impl{RTCRSTOREPROVIDER,pfnDestroyStore} */ 205 205 static DECLCALLBACK(void) rtCrStoreInMem_DestroyStore(void *pvProvider) 206 206 { … … 224 224 225 225 226 /** @interface_method_impl{RTCRSTOREPROVIDER, 226 /** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertCtxQueryPrivateKey} */ 227 227 static DECLCALLBACK(int) rtCrStoreInMem_CertCtxQueryPrivateKey(void *pvProvider, PRTCRCERTCTXINT pCertCtx, 228 228 uint8_t *pbKey, size_t cbKey, size_t *pcbKeyRet) … … 234 234 235 235 236 /** @interface_method_impl{RTCRSTOREPROVIDER, 236 /** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertFindAll} */ 237 237 static DECLCALLBACK(int) rtCrStoreInMem_CertFindAll(void *pvProvider, PRTCRSTORECERTSEARCH pSearch) 238 238 { … … 245 245 246 246 247 /** @interface_method_impl{RTCRSTOREPROVIDER, 247 /** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchNext} */ 248 248 static DECLCALLBACK(PCRTCRCERTCTX) rtCrStoreInMem_CertSearchNext(void *pvProvider, PRTCRSTORECERTSEARCH pSearch) 249 249 { … … 263 263 264 264 265 /** @interface_method_impl{RTCRSTOREPROVIDER, 265 /** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchDestroy} */ 266 266 static DECLCALLBACK(void) rtCrStoreInMem_CertSearchDestroy(void *pvProvider, PRTCRSTORECERTSEARCH pSearch) 267 267 { … … 275 275 276 276 277 /** @interface_method_impl{RTCRSTOREPROVIDER, 277 /** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchDestroy} */ 278 278 static DECLCALLBACK(int) rtCrStoreInMem_CertAddEncoded(void *pvProvider, uint32_t fFlags, 279 279 uint8_t const *pbEncoded, uint32_t cbEncoded, PRTERRINFO pErrInfo)
Note:
See TracChangeset
for help on using the changeset viewer.