Searched defs:ZPOS64_T (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dioapi.h13 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)
65 #ifndef ZPOS64_T
67 #define ZPOS64_T fpos_t
70 #define ZPOS64_T uint64_t
81 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; typedef
85 typedef uint64_t ZPOS64_T; typedef
90 typedef unsigned __int64 ZPOS64_T; typedef
92 typedef unsigned long long int ZPOS64_T; typedef
150 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
151 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offse
[all...]
/external/zlib/src/contrib/minizip/
H A Dioapi.h13 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)
71 #ifndef ZPOS64_T
73 #define ZPOS64_T fpos_t
76 #define ZPOS64_T uint64_t
87 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; typedef
91 typedef uint64_t ZPOS64_T; typedef
98 typedef unsigned __int64 ZPOS64_T; typedef
100 typedef unsigned long long int ZPOS64_T; typedef
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offse
[all...]

Completed in 146 milliseconds