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

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Diowin32.c38 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/Devices/Graphics/shaderlib/wine/include/
H A Dfdi.h224 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
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dfdi.h220 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

Completed in 51 milliseconds