Home
last modified time | relevance | path

Searched refs:uLong (Results 1 – 25 of 85) sorted by relevance

1234

/external/zlib/src/contrib/minizip/
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_filename; /* filename length 2 bytes */
[all …]
Dzip.c117 uLong avail_in_this_block;
118 uLong filled_in_this_block;
119 uLong unused; /* for future use and alignement */
143 uLong size_centralExtra;
144 uLong size_centralheader; /* size of the central header for cur file */
145uLong 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 len) in add_data_in_datablock()
[all …]
Dzip.h102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
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 crcForCrypting,
296 uLong versionMadeBy,
[all …]
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 s…
132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func()
134 uLong ret; in fread_file_func()
135 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream); in fread_file_func()
139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func()
141 uLong ret; in fwrite_file_func()
142 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream); in fwrite_file_func()
[all …]
Dunzip.c144 uLong stream_initialised; /* flag set if stream structure is initialised*/
151 uLong crc32; /* crc32 of all data uncompressed */
152 uLong crc32_wait; /* crc32 we must obtain after decompress all */
157 uLong compression_method; /* compression method (0==store) */
237 uLong *pX));
241 uLong *pX) in unz64local_getShort()
243 uLong x ; in unz64local_getShort()
248 x = (uLong)i; in unz64local_getShort()
252 x |= ((uLong)i)<<8; in unz64local_getShort()
264 uLong *pX));
[all …]
/external/chromium_org/third_party/zlib/contrib/minizip/
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_filename; /* filename length 2 bytes */
[all …]
Dzip.c117 uLong avail_in_this_block;
118 uLong filled_in_this_block;
119 uLong unused; /* for future use and alignement */
143 uLong size_centralExtra;
144 uLong size_centralheader; /* size of the central header for cur file */
145uLong 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 len) in add_data_in_datablock()
[all …]
Dzip.h102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
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 crcForCrypting,
296 uLong versionMadeBy,
[all …]
Dioapi.c35 uLong offsetTruncated = (uLong)offset; in call_zseek64()
49 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
50 if ((tell_uLong) == ((uLong)-1)) in call_ztell64()
76 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
77 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong s…
120 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func()
122 uLong ret; in fread_file_func()
123 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream); in fread_file_func()
127 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func()
129 uLong ret; in fwrite_file_func()
[all …]
Dunzip.c144 uLong stream_initialised; /* flag set if stream structure is initialised*/
151 uLong crc32; /* crc32 of all data uncompressed */
152 uLong crc32_wait; /* crc32 we must obtain after decompress all */
157 uLong compression_method; /* compression method (0==store) */
237 uLong *pX));
241 uLong *pX) in unz64local_getShort()
243 uLong x ; in unz64local_getShort()
248 x = (uLong)i; in unz64local_getShort()
252 x |= ((uLong)i)<<8; in unz64local_getShort()
264 uLong *pX));
[all …]
/external/chromium_org/third_party/zlib/
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 */
115 uLong time; /* modification time */
689 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
690 uLong sourceLen));
1055 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1108 const Bytef *source, uLong sourceLen));
1122 const Bytef *source, uLong sourceLen,
[all …]
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 adler1; in adler32_combine()
157 uLong adler2;
163 uLong ZEXPORT adler32_combine64(adler1, adler2, len2) in adler32_combine64()
[all …]
Dcompress.c26 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
66 uLong sourceLen;
75 uLong ZEXPORT compressBound (sourceLen) in compressBound()
76 uLong sourceLen; in compressBound()
Dcrc32.c71 local uLong crc32_combine_(uLong crc1, uLong crc2, z_off64_t len2);
372 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_()
373 uLong crc1; in crc32_combine_()
374 uLong crc2;
428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine()
429 uLong crc1; in crc32_combine()
430 uLong crc2;
436 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64()
437 uLong crc1; in crc32_combine64()
438 uLong crc2;
/external/zlib/src/
Dzlib.h88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number 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 */
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
699 uLong sourceLen));
1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1161 const Bytef *source, uLong sourceLen));
1175 const Bytef *source, uLong sourceLen,
[all …]
Dadler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
65 uLong ZEXPORT adler32(adler, buf, len) in adler32()
66 uLong adler; in adler32()
136 local uLong adler32_combine_(adler1, adler2, len2) in adler32_combine_()
137 uLong adler1; in adler32_combine_()
138 uLong adler2;
165 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine()
166 uLong adler1; in adler32_combine()
167 uLong adler2;
173 uLong ZEXPORT adler32_combine64(adler1, adler2, len2) in adler32_combine64()
[all …]
Dcompress.c26 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
66 uLong sourceLen;
75 uLong ZEXPORT compressBound (sourceLen) in compressBound()
76 uLong sourceLen; in compressBound()
Dcrc32.c53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
355 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_()
356 uLong crc1; in crc32_combine_()
357 uLong crc2;
411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine()
412 uLong crc1; in crc32_combine()
413 uLong crc2;
419 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64()
420 uLong crc1; in crc32_combine64()
421 uLong crc2;
/external/zlib/
Dzlib.h88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number 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 */
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
699 uLong sourceLen));
1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1161 const Bytef *source, uLong sourceLen));
1175 const Bytef *source, uLong sourceLen,
[all …]
/external/open-vcdiff/src/zlib/
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1010 const Bytef *source, uLong sourceLen));
1025 const Bytef *source, uLong sourceLen,
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1010 const Bytef *source, uLong sourceLen));
1025 const Bytef *source, uLong sourceLen,
[all …]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1010 const Bytef *source, uLong sourceLen));
1025 const Bytef *source, uLong sourceLen,
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1010 const Bytef *source, uLong sourceLen));
1025 const Bytef *source, uLong sourceLen,
[all …]
Dcompress.c26 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
66 uLong sourceLen;
75 uLong ZEXPORT compressBound (sourceLen) in compressBound()
76 uLong sourceLen; in compressBound()
/external/zlib/src/test/
Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */
37 void test_deflate OF((Byte *compr, uLong comprLen));
38 void test_inflate OF((Byte *compr, uLong comprLen,
39 Byte *uncompr, uLong uncomprLen));
40 void test_large_deflate OF((Byte *compr, uLong comprLen,
41 Byte *uncompr, uLong uncomprLen));
42 void test_large_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_flush OF((Byte *compr, uLong *comprLen));
45 void test_sync OF((Byte *compr, uLong comprLen,
[all …]

1234