Lines Matching refs:opaque
31 voidpf opaque,
36 voidpf opaque,
42 voidpf opaque,
48 voidpf opaque,
52 voidpf opaque,
58 voidpf opaque,
62 voidpf opaque,
65 voidpf ZCALLBACK fopen_file_func(opaque, filename, mode) in fopen_file_func() argument
66 voidpf opaque; in fopen_file_func()
84 uLong ZCALLBACK fread_file_func(opaque, stream, buf, size) in fread_file_func() argument
85 voidpf opaque; in fread_file_func()
95 uLong ZCALLBACK fwrite_file_func(opaque, stream, buf, size) in fwrite_file_func() argument
96 voidpf opaque; in fwrite_file_func()
106 long ZCALLBACK ftell_file_func(opaque, stream) in ftell_file_func() argument
107 voidpf opaque; in ftell_file_func()
115 long ZCALLBACK fseek_file_func(opaque, stream, offset, origin) in fseek_file_func() argument
116 voidpf opaque; in fseek_file_func()
141 int ZCALLBACK fclose_file_func(opaque, stream) in fclose_file_func() argument
142 voidpf opaque; in fclose_file_func()
150 int ZCALLBACK ferror_file_func(opaque, stream) in ferror_file_func() argument
151 voidpf opaque; in ferror_file_func()
169 pzlib_filefunc_def->opaque = NULL;