/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | fdi.h | 224 typedef UINT (__cdecl *PFNREAD) (INT_PTR hf, void *pv, UINT cb); 225 #define FNREAD(fn) UINT __cdecl fn(INT_PTR hf, void *pv, UINT cb) 227 typedef UINT (__cdecl *PFNWRITE)(INT_PTR hf, void *pv, UINT cb); 228 #define FNWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *pv, UINT cb) 230 typedef int (__cdecl *PFNCLOSE)(INT_PTR hf); 231 #define FNCLOSE(fn) int __cdecl fn(INT_PTR hf) 233 typedef LONG (__cdecl *PFNSEEK) (INT_PTR hf, LONG dist, int seektype); 234 #define FNSEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype) 246 INT_PTR hf; member in struct:__anon13578
|
H A D | fci.h | 186 typedef UINT (__cdecl *PFNFCIREAD) (INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 187 #define FNFCIREAD(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) 189 typedef UINT (__cdecl *PFNFCIWRITE)(INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 190 #define FNFCIWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) 192 typedef int (__cdecl *PFNFCICLOSE)(INT_PTR hf, int *err, void *pv); 193 #define FNFCICLOSE(fn) int __cdecl fn(INT_PTR hf, int *err, void *pv) 195 typedef LONG (__cdecl *PFNFCISEEK) (INT_PTR hf, LONG dist, int seektype, int *err, void *pv); 196 #define FNFCISEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype, int *err, void *pv)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | fdi.h | 220 typedef UINT (__cdecl *PFNREAD) (INT_PTR hf, void *pv, UINT cb); 221 #define FNREAD(fn) UINT __cdecl fn(INT_PTR hf, void *pv, UINT cb) 223 typedef UINT (__cdecl *PFNWRITE)(INT_PTR hf, void *pv, UINT cb); 224 #define FNWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *pv, UINT cb) 226 typedef int (__cdecl *PFNCLOSE)(INT_PTR hf); 227 #define FNCLOSE(fn) int __cdecl fn(INT_PTR hf) 229 typedef LONG (__cdecl *PFNSEEK) (INT_PTR hf, LONG dist, int seektype); 230 #define FNSEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype) 242 INT_PTR hf; member in struct:__anon974
|
H A D | fci.h | 184 typedef UINT (__cdecl *PFNFCIREAD) (INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 185 #define FNFCIREAD(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) 187 typedef UINT (__cdecl *PFNFCIWRITE)(INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 188 #define FNFCIWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) 190 typedef int (__cdecl *PFNFCICLOSE)(INT_PTR hf, int *err, void *pv); 191 #define FNFCICLOSE(fn) int __cdecl fn(INT_PTR hf, int *err, void *pv) 193 typedef LONG (__cdecl *PFNFCISEEK) (INT_PTR hf, LONG dist, int seektype, int *err, void *pv); 194 #define FNFCISEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype, int *err, void *pv)
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3Lib.cpp | 168 HFILE hf = NULLHANDLE; 170 APIRET rc = DosOpen((PCSZ)pszDeviceName, &hf, &ulAction, 0, FILE_NORMAL, 177 if (hf < 16) 184 rc = DosDupHandle(hf, &ahfs[i]); 201 rc = DosClose(hf); 203 hf = ahfs[i]; 211 g_File = (RTFILE)hf;
|
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | iowin32.c | 38 HANDLE hf; member in struct:__anon17360 76 w32fiow.hf = hFile; 153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; 175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; 196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; 217 hFile = ((WIN32FILE_IOWIN*)stream)->hf; 244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; 281 hFile = ((WIN32FILE_IOWIN*)stream)->hf; 320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuestA-os2.asm | 1235 ; APIRET APIENTRY DosClose(HFILE hf); 1361 ; APIRET _Pascal DosWrite(HFILE hf, PVOID pvBuf, USHORT cbBuf, PUSHORT pcbBytesWritten); 1591 ; APIRET APIENTRY DosClose(HFILE hf);
|
/vbox/src/VBox/HostDrivers/Support/os2/ |
H A D | SUPDrvA-os2.asm | 781 ; APIRET APIENTRY DosClose(HFILE hf); 916 ; APIRET _Pascal DosWrite(HFILE hf, PVOID pvBuf, USHORT cbBuf, PUSHORT pcbBytesWritten);
|
/vbox/src/VBox/Additions/os2/VBoxSF/ |
H A D | VBoxSFA.asm | 1361 ; APIRET _Pascal DosWrite(HFILE hf, PVOID pvBuf, USHORT cbBuf, PUSHORT pcbBytesWritten); 1414 ; APIRET _Pascal DosWrite(HFILE hf, PVOID pvBuf, USHORT cbBuf, PUSHORT pcbBytesWritten);
|