ZCALLBACK          75 third_party/zlib/contrib/minizip/ioapi.c static voidpf  ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
ZCALLBACK          76 third_party/zlib/contrib/minizip/ioapi.c static uLong   ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
ZCALLBACK          77 third_party/zlib/contrib/minizip/ioapi.c static uLong   ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
ZCALLBACK          78 third_party/zlib/contrib/minizip/ioapi.c static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream));
ZCALLBACK          79 third_party/zlib/contrib/minizip/ioapi.c static long    ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
ZCALLBACK          80 third_party/zlib/contrib/minizip/ioapi.c static int     ZCALLBACK fclose_file_func OF((voidpf opaque, voidpf stream));
ZCALLBACK          81 third_party/zlib/contrib/minizip/ioapi.c static int     ZCALLBACK ferror_file_func OF((voidpf opaque, voidpf stream));
ZCALLBACK          83 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode)
ZCALLBACK         101 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode)
ZCALLBACK         120 third_party/zlib/contrib/minizip/ioapi.c static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size)
ZCALLBACK         127 third_party/zlib/contrib/minizip/ioapi.c static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size)
ZCALLBACK         134 third_party/zlib/contrib/minizip/ioapi.c static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream)
ZCALLBACK         142 third_party/zlib/contrib/minizip/ioapi.c static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream)
ZCALLBACK         149 third_party/zlib/contrib/minizip/ioapi.c static long ZCALLBACK fseek_file_func (voidpf  opaque, voidpf stream, uLong offset, int origin)
ZCALLBACK         172 third_party/zlib/contrib/minizip/ioapi.c static long ZCALLBACK fseek64_file_func (voidpf  opaque, voidpf stream, ZPOS64_T offset, int origin)
ZCALLBACK         198 third_party/zlib/contrib/minizip/ioapi.c static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream)
ZCALLBACK         205 third_party/zlib/contrib/minizip/ioapi.c static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream)
ZCALLBACK         116 third_party/zlib/contrib/minizip/ioapi.h #ifndef ZCALLBACK
ZCALLBACK         127 third_party/zlib/contrib/minizip/ioapi.h typedef voidpf   (ZCALLBACK *open_file_func)      OF((voidpf opaque, const char* filename, int mode));
ZCALLBACK         128 third_party/zlib/contrib/minizip/ioapi.h typedef uLong    (ZCALLBACK *read_file_func)      OF((voidpf opaque, voidpf stream, void* buf, uLong size));
ZCALLBACK         129 third_party/zlib/contrib/minizip/ioapi.h typedef uLong    (ZCALLBACK *write_file_func)     OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
ZCALLBACK         130 third_party/zlib/contrib/minizip/ioapi.h typedef int      (ZCALLBACK *close_file_func)     OF((voidpf opaque, voidpf stream));
ZCALLBACK         131 third_party/zlib/contrib/minizip/ioapi.h typedef int      (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
ZCALLBACK         133 third_party/zlib/contrib/minizip/ioapi.h typedef long     (ZCALLBACK *tell_file_func)      OF((voidpf opaque, voidpf stream));
ZCALLBACK         134 third_party/zlib/contrib/minizip/ioapi.h typedef long     (ZCALLBACK *seek_file_func)      OF((voidpf opaque, voidpf stream, uLong offset, int origin));
ZCALLBACK         150 third_party/zlib/contrib/minizip/ioapi.h typedef ZPOS64_T (ZCALLBACK *tell64_file_func)    OF((voidpf opaque, voidpf stream));
ZCALLBACK         151 third_party/zlib/contrib/minizip/ioapi.h typedef long     (ZCALLBACK *seek64_file_func)    OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
ZCALLBACK         152 third_party/zlib/contrib/minizip/ioapi.h typedef voidpf   (ZCALLBACK *open64_file_func)    OF((voidpf opaque, const void* filename, int mode));
ZCALLBACK          28 third_party/zlib/contrib/minizip/iowin32.c voidpf  ZCALLBACK win32_open_file_func  OF((voidpf opaque, const char* filename, int mode));
ZCALLBACK          29 third_party/zlib/contrib/minizip/iowin32.c uLong   ZCALLBACK win32_read_file_func  OF((voidpf opaque, voidpf stream, void* buf, uLong size));
ZCALLBACK          30 third_party/zlib/contrib/minizip/iowin32.c uLong   ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
ZCALLBACK          31 third_party/zlib/contrib/minizip/iowin32.c ZPOS64_T ZCALLBACK win32_tell64_file_func  OF((voidpf opaque, voidpf stream));
ZCALLBACK          32 third_party/zlib/contrib/minizip/iowin32.c long    ZCALLBACK win32_seek64_file_func  OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
ZCALLBACK          33 third_party/zlib/contrib/minizip/iowin32.c int     ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
ZCALLBACK          34 third_party/zlib/contrib/minizip/iowin32.c int     ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
ZCALLBACK          88 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode)
ZCALLBACK         103 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode)
ZCALLBACK         118 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode)
ZCALLBACK         133 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode)
ZCALLBACK         148 third_party/zlib/contrib/minizip/iowin32.c uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size)
ZCALLBACK         170 third_party/zlib/contrib/minizip/iowin32.c uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size)
ZCALLBACK         191 third_party/zlib/contrib/minizip/iowin32.c long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream)
ZCALLBACK         212 third_party/zlib/contrib/minizip/iowin32.c ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream)
ZCALLBACK         237 third_party/zlib/contrib/minizip/iowin32.c long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin)
ZCALLBACK         274 third_party/zlib/contrib/minizip/iowin32.c long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin)
ZCALLBACK         313 third_party/zlib/contrib/minizip/iowin32.c int ZCALLBACK win32_close_file_func (voidpf opaque, voidpf stream)
ZCALLBACK         331 third_party/zlib/contrib/minizip/iowin32.c int ZCALLBACK win32_error_file_func (voidpf opaque,voidpf stream)