Lines Matching refs:DECLCALLBACK

507 static DECLCALLBACK(int) dmgFileInflateHelper(void *pvUser, void *pvBuf, size_t cbBuf, size_t *pcbBuf)
1707 static DECLCALLBACK(int) dmgCheckIfValid(const char *pszFilename, PVDINTERFACE pVDIfsDisk,
1800 static DECLCALLBACK(int) dmgOpen(const char *pszFilename, unsigned uOpenFlags,
1854 static DECLCALLBACK(int) dmgCreate(const char *pszFilename, uint64_t cbSize,
1882 static DECLCALLBACK(int) dmgClose(void *pBackendData, bool fDelete)
1895 static DECLCALLBACK(int) dmgRead(void *pBackendData, uint64_t uOffset, size_t cbToRead,
1983 static DECLCALLBACK(int) dmgWrite(void *pBackendData, uint64_t uOffset, size_t cbToWrite,
2006 static DECLCALLBACK(int) dmgFlush(void *pBackendData, PVDIOCTX pIoCtx)
2021 static DECLCALLBACK(unsigned) dmgGetVersion(void *pBackendData)
2035 static DECLCALLBACK(uint32_t) dmgGetSectorSize(void *pBackendData)
2051 static DECLCALLBACK(uint64_t) dmgGetSize(void *pBackendData)
2067 static DECLCALLBACK(uint64_t) dmgGetFileSize(void *pBackendData)
2088 static DECLCALLBACK(int) dmgGetPCHSGeometry(void *pBackendData, PVDGEOMETRY pPCHSGeometry)
2114 static DECLCALLBACK(int) dmgSetPCHSGeometry(void *pBackendData, PCVDGEOMETRY pPCHSGeometry)
2141 static DECLCALLBACK(int) dmgGetLCHSGeometry(void *pBackendData, PVDGEOMETRY pLCHSGeometry)
2167 static DECLCALLBACK(int) dmgSetLCHSGeometry(void *pBackendData, PCVDGEOMETRY pLCHSGeometry)
2194 static DECLCALLBACK(unsigned) dmgGetImageFlags(void *pBackendData)
2212 static DECLCALLBACK(unsigned) dmgGetOpenFlags(void *pBackendData)
2230 static DECLCALLBACK(int) dmgSetOpenFlags(void *pBackendData, unsigned uOpenFlags)
2257 static DECLCALLBACK(int) dmgGetComment(void *pBackendData, char *pszComment, size_t cbComment)
2275 static DECLCALLBACK(int) dmgSetComment(void *pBackendData, const char *pszComment)
2298 static DECLCALLBACK(int) dmgGetUuid(void *pBackendData, PRTUUID pUuid)
2316 static DECLCALLBACK(int) dmgSetUuid(void *pBackendData, PCRTUUID pUuid)
2340 static DECLCALLBACK(int) dmgGetModificationUuid(void *pBackendData, PRTUUID pUuid)
2358 static DECLCALLBACK(int) dmgSetModificationUuid(void *pBackendData, PCRTUUID pUuid)
2381 static DECLCALLBACK(int) dmgGetParentUuid(void *pBackendData, PRTUUID pUuid)
2399 static DECLCALLBACK(int) dmgSetParentUuid(void *pBackendData, PCRTUUID pUuid)
2422 static DECLCALLBACK(int) dmgGetParentModificationUuid(void *pBackendData, PRTUUID pUuid)
2440 static DECLCALLBACK(int) dmgSetParentModificationUuid(void *pBackendData, PCRTUUID pUuid)
2463 static DECLCALLBACK(void) dmgDump(void *pBackendData)