Lines Matching refs:voidpf
41 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
42 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
43 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si…
44 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
45 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int or…
46 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
47 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
82 static voidpf win32_build_iowin(HANDLE hFile) in win32_build_iowin()
84 voidpf ret=NULL; in win32_build_iowin()
101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func()
130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA()
154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW()
174 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func()
203 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func()
225 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func()
266 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func()
289 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func()
314 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func()
352 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func()
391 int ZCALLBACK win32_close_file_func (voidpf opaque, voidpf stream) in win32_close_file_func()
409 int ZCALLBACK win32_error_file_func (voidpf opaque,voidpf stream) in win32_error_file_func()