Lines Matching defs:ZPOS64_T
13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
73 #ifndef ZPOS64_T
75 #define ZPOS64_T fpos_t
78 #define ZPOS64_T uint64_t
89 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T;
93 typedef uint64_t ZPOS64_T;
99 typedef unsigned __int64 ZPOS64_T;
101 typedef unsigned long long int ZPOS64_T;
162 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) (voidpf opaque, voidpf stream);
163 typedef long (ZCALLBACK *seek64_file_func) (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin);
199 long call_zseek64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin);
200 ZPOS64_T call_ztell64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream);