Lines Matching refs:opaque
27 voidpf opaque,
32 voidpf opaque,
38 voidpf opaque,
44 voidpf opaque,
48 voidpf opaque,
54 voidpf opaque,
58 voidpf opaque,
67 voidpf ZCALLBACK win32_open_file_func (opaque, filename, mode) in win32_open_file_func() argument
68 voidpf opaque; in win32_open_file_func()
119 uLong ZCALLBACK win32_read_file_func (opaque, stream, buf, size) in win32_read_file_func() argument
120 voidpf opaque; in win32_read_file_func()
142 uLong ZCALLBACK win32_write_file_func (opaque, stream, buf, size) in win32_write_file_func() argument
143 voidpf opaque; in win32_write_file_func()
165 long ZCALLBACK win32_tell_file_func (opaque, stream) in win32_tell_file_func() argument
166 voidpf opaque; in win32_tell_file_func()
188 long ZCALLBACK win32_seek_file_func (opaque, stream, offset, origin) in win32_seek_file_func() argument
189 voidpf opaque; in win32_seek_file_func()
229 int ZCALLBACK win32_close_file_func (opaque, stream) in win32_close_file_func() argument
230 voidpf opaque; in win32_close_file_func()
249 int ZCALLBACK win32_error_file_func (opaque, stream) in win32_error_file_func() argument
250 voidpf opaque; in win32_error_file_func()
271 pzlib_filefunc_def->opaque=NULL;