Lines Matching refs:voidpf
31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc, const void*filename, int mode) {
40 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) {
53 ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc, voidpf filestream) {
82 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) {
100 static voidpf ZCALLBACK fopen64_file_func(voidpf opaque, const void* filename, int mode) {
119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) {
126 static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) {
133 static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) {
141 static ZPOS64_T ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) {
148 static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) {
171 static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) {
197 static int ZCALLBACK fclose_file_func(voidpf opaque, voidpf stream) {
204 static int ZCALLBACK ferror_file_func(voidpf opaque, voidpf stream) {