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

/vbox/src/VBox/Storage/
H A DVD.cpp161 } VDCACHE, *PVDCACHE; typedef in typeref:struct:VDCACHE
290 PVDCACHE pCache;
1115 static int vdCacheReadHelper(PVDCACHE pCache, uint64_t uOffset,
1143 static int vdCacheWriteHelper(PVDCACHE pCache, uint64_t uOffset, size_t cbWrite,
6561 PVDCACHE pCache = NULL;
6584 pCache = (PVDCACHE)RTMemAllocZ(sizeof(VDCACHE));
7403 PVDCACHE pCache = NULL;
7451 pCache = (PVDCACHE)RTMemAllocZ(sizeof(VDCACHE));
8964 PVDCACHE pCache = NULL;
9075 PVDCACHE pCach
[all...]

Completed in 80 milliseconds