Home
last modified time | relevance | path

Searched refs:seektype (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/winetests/cabinet/
H A Dfdi.c176 static LONG CDECL fdi_seek(INT_PTR hf, LONG dist, int seektype) in fdi_seek() argument
179 return SetFilePointer(handle, dist, NULL, seektype); in fdi_seek()
209 static LONG CDECL fdi_seek_static(INT_PTR hf, LONG dist, int seektype) in fdi_seek_static() argument
212 return fdi_seek(static_fdi_handle, dist, seektype); in fdi_seek_static()
521 static LONG CDECL fci_seek(INT_PTR hf, LONG dist, int seektype, int *err, void *pv) in fci_seek() argument
526 ret = SetFilePointer(handle, dist, NULL, seektype); in fci_seek()
796 static LONG CDECL fdi_mem_seek(INT_PTR hf, LONG dist, int seektype) in fdi_mem_seek() argument
800 switch (seektype) in fdi_mem_seek()
812 ok(0, "seek: not expected type %d\n", seektype); in fdi_mem_seek()
H A Dextract.c208 static LONG CDECL fci_seek(INT_PTR hf, LONG dist, int seektype, int *err, void *pv) in fci_seek() argument
213 ret = SetFilePointer(handle, dist, NULL, seektype); in fci_seek()
/reactos/sdk/include/psdk/
H A Dfdi.h220 typedef LONG (__cdecl *PFNSEEK) (INT_PTR hf, LONG dist, int seektype);
221 #define FNSEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype)
H A Dfci.h184 typedef LONG (__cdecl *PFNFCISEEK) (INT_PTR hf, LONG dist, int seektype, int *err, void *pv);
185 #define FNFCISEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype, int *err, void *pv)
/reactos/dll/win32/setupapi/
H A Dsetupcab.c213 static LONG CDECL sc_cb_lseek(INT_PTR hf, LONG dist, int seektype) in sc_cb_lseek() argument
219 if (seektype < 0 || seektype > 2) in sc_cb_lseek()
222 …if (((ret = SetFilePointer((HANDLE) hf, dist, NULL, seektype)) != INVALID_SET_FILE_POINTER) || !Ge… in sc_cb_lseek()
/reactos/dll/win32/cabinet/
H A Dcabinet_main.c151 static LONG CDECL fdi_seek(INT_PTR hf, LONG dist, int seektype) in fdi_seek() argument
154 return SetFilePointer(handle, dist, NULL, seektype); in fdi_seek()
/reactos/dll/win32/msi/
H A Dmedia.c170 static LONG CDECL cabinet_seek(INT_PTR hf, LONG dist, int seektype) in cabinet_seek() argument
174 return SetFilePointer(handle, dist, NULL, seektype); in cabinet_seek()
245 static LONG CDECL cabinet_seek_stream( INT_PTR hf, LONG dist, int seektype ) in cabinet_seek_stream() argument
253 hr = IStream_Seek( stm, move, seektype, &newpos ); in cabinet_seek_stream()
/reactos/modules/rostests/winetests/advpack/
H A Dfiles.c266 static LONG CDECL fci_seek(INT_PTR hf, LONG dist, int seektype, int *err, void *pv) in fci_seek() argument
271 ret = SetFilePointer(handle, dist, NULL, seektype); in fci_seek()
/reactos/base/applications/rapps/
H A Dcabinet.cpp145 return SetFilePointer((HANDLE)hf, dist, NULL, seektype); in FNSEEK()
/reactos/dll/shellext/cabview/
H A Dextract.cpp110 return SetFilePointer((HANDLE)hf, dist, NULL, seektype); in FNSEEK()
/reactos/modules/rostests/winetests/msi/
H A Dinstall.c2192 static LONG CDECL fci_seek(INT_PTR hf, LONG dist, int seektype, int *err, void *pv) in fci_seek() argument
2197 ret = SetFilePointer(handle, dist, NULL, seektype); in fci_seek()