Home
last modified time | relevance | path

Searched refs:uLong (Results 1 - 25 of 121) sorted by relevance

12345

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dunzip.h100 uLong size_comment; /* size of the global comment of the zipfile */
105 uLong number_entry; /* total number of entries in
107 uLong size_comment; /* size of the global comment of the zipfile */
113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
121 uLong size_filenam
[all...]
H A Dzip.c117 uLong avail_in_this_block;
118 uLong filled_in_this_block;
119 uLong unused; /* for future use and alignment */
143 uLong size_centralExtra;
144 uLong size_centralheader; /* size of the central header for cur file */
145 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */
146 uLong flag; /* flag of the file currently writing */
151 uLong dosDate;
152 uLong crc32;
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong le
[all...]
H A Dzip.h102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
103 /* uLong flag; */ /* general purpose bit flag 2 bytes */
105 uLong internal_fa; /* internal file attributes 2 bytes */
106 uLong external_fa; /* external file attributes 4 bytes */
231 uLong crcForCrypting));
248 uLong crcForCrypting,
274 uLong crcForCrypting,
275 uLong versionMadeBy,
276 uLong flagBase
295 uLong crcForCryptin
[all...]
H A Dioapi.c47 uLong offsetTruncated = (uLong)offset; in call_zseek64()
61 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func()
134 uLong re in fread_file_func()
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.h100 uLong size_comment; /* size of the global comment of the zipfile */
105 uLong number_entry; /* total number of entries in
107 uLong size_comment; /* size of the global comment of the zipfile */
113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
121 uLong size_filenam
[all...]
H A Dzip.c117 uLong avail_in_this_block;
118 uLong filled_in_this_block;
119 uLong unused; /* for future use and alignment */
143 uLong size_centralExtra;
144 uLong size_centralheader; /* size of the central header for cur file */
145 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */
146 uLong flag; /* flag of the file currently writing */
151 uLong dosDate;
152 uLong crc32;
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong le
[all...]
H A Dzip.h102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
103 /* uLong flag; */ /* general purpose bit flag 2 bytes */
105 uLong internal_fa; /* internal file attributes 2 bytes */
106 uLong external_fa; /* external file attributes 4 bytes */
231 uLong crcForCrypting));
248 uLong crcForCrypting,
274 uLong crcForCrypting,
275 uLong versionMadeBy,
276 uLong flagBase
295 uLong crcForCryptin
[all...]
H A Dioapi.c47 uLong offsetTruncated = (uLong)offset; in call_zseek64()
61 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func()
134 uLong re in fread_file_func()
[all...]
/third_party/zlib/contrib/minizip/
H A Dunzip.h100 uLong size_comment; /* size of the global comment of the zipfile */
105 uLong number_entry; /* total number of entries in
107 uLong size_comment; /* size of the global comment of the zipfile */
113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
121 uLong size_filenam
[all...]
H A Dzip.c113 uLong avail_in_this_block;
114 uLong filled_in_this_block;
115 uLong unused; /* for future use and alignment */
139 uLong size_centralExtra;
140 uLong size_centralheader; /* size of the central header for cur file */
141 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */
142 uLong flag; /* flag of the file currently writing */
147 uLong dosDate;
148 uLong crc32;
221 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong le
[all...]
H A Dzip.h102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
103 /* uLong flag; */ /* general purpose bit flag 2 bytes */
105 uLong internal_fa; /* internal file attributes 2 bytes */
106 uLong external_fa; /* external file attributes 4 bytes */
236 uLong crcForCrypting);
253 uLong crcForCrypting,
278 uLong crcForCrypting,
279 uLong versionMadeBy,
280 uLong flagBase);
298 uLong crcForCryptin
[all...]
/third_party/node/deps/zlib/
H A Dzlib.h89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
105 uLong reserved; /* reserved for future use */
116 uLong time; /* modification time */
760 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
761 uLong sourceLen);
1178 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
1183 3.2: size of uLong
1232 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c66 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) { in adler32_z()
156 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32()
161 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine_()
186 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler
[all...]
H A Dcompress.c23 uLong sourceLen, int level) { in compress2()
27 uLong left; in compress2()
46 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2()
50 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen; in compress2()
64 uLong sourceLen) { in compress()
72 uLong ZEXPORT compressBound(uLong sourceLen) { in compressBound()
/third_party/zlib/
H A Dzlib.h89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
105 uLong reserved; /* reserved for future use */
116 uLong time; /* modification time */
761 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
762 uLong sourceLen);
1179 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
1184 3.2: size of uLong
1233 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c61 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) in adler32_z()
129 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
135 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) in adler32_combine_()
161 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
105 uLong reserved; /* reserved for future use */
116 uLong time; /* modification time */
760 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
761 uLong sourceLen));
1176 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1181 3.2: size of uLong
1230 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c10 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
68 uLong ZEXPORT adler32_z(adler, buf, len) in adler32_z()
69 uLong adler; in adler32_z()
162 uLong ZEXPORT adler32(adler, buf, len) in adler32()
163 uLong adler; in adler32()
171 local uLong adler32_combine_(adler1, adler2, len2) in adler32_combine_()
172 uLong adler1; in adler32_combine_()
173 uLong adler in adler32_combine_()
[all...]
H A Dcompress.c26 uLong sourceLen;
32 uLong left;
51 stream.avail_out = left > (uLong)max ? max : (uInt)left;
55 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen;
72 uLong sourceLen;
81 uLong ZEXPORT compressBound (sourceLen) in compressBound()
82 uLong sourceLen; in compressBound()
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
105 uLong reserved; /* reserved for future use */
116 uLong time; /* modification time */
760 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
761 uLong sourceLen));
1174 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1179 3.2: size of uLong
1228 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c10 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
68 uLong ZEXPORT adler32_z(adler, buf, len) in adler32_z()
69 uLong adler; in adler32_z()
166 uLong ZEXPORT adler32(adler, buf, len) in adler32()
167 uLong adler; in adler32()
175 local uLong adler32_combine_(adler1, adler2, len2) in adler32_combine_()
176 uLong adler1; in adler32_combine_()
177 uLong adler in adler32_combine_()
[all...]
H A Dcompress.c26 uLong sourceLen;
32 uLong left;
51 stream.avail_out = left > (uLong)max ? max : (uInt)left;
55 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen;
72 uLong sourceLen;
81 uLong ZEXPORT compressBound (sourceLen) in compressBound()
82 uLong sourceLen; in compressBound()
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h88 uLong total_in; /* total nb of input bytes read so far */
92 uLong total_out; /* total nb of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
114 uLong time; /* modification time */
684 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
685 uLong sourceLen));
1050 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1055 3.2: size of uLong
1103 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c12 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2);
60 uLong ZEXPORT adler32(adler, buf, len) in adler32()
61 uLong adler; in adler32()
131 local uLong adler32_combine_(adler1, adler2, len2) in adler32_combine_()
132 uLong adler1; in adler32_combine_()
133 uLong adler2;
155 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine()
156 uLong adler in adler32_combine()
[all...]
/third_party/zlib/test/
H A Dexample.c35 static uLong dictId; /* Adler32 value of the dictionary */
62 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress()
63 uLong uncomprLen) in test_compress()
66 uLong len = (uLong)strlen(hello)+1; in test_compress()
87 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) in test_gzio()
170 static void test_deflate(Byte *compr, uLong comprLen) in test_deflate()
174 uLong len = (uLong)strlen(hello)+1; in test_deflate()
209 static void test_inflate(Byte *compr, uLong comprLe
[all...]

Completed in 33 milliseconds

12345