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

123

/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dmztools.h28 uLong* nRecovered,
29 uLong* bytesRecovered);
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.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.c35 uLong offsetTruncated = (uLong)offset;
49 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream);
50 if ((tell_uLong) == ((uLong)-1))
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 size));
120 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong siz
[all...]
H A 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 */
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...]
/macosx-10.10/sudo-73/src/zlib/
H A Dadler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
65 uLong ZEXPORT adler32(adler, buf, len)
66 uLong adler;
90 return (uLong)1;
136 local uLong adler32_combine_(adler1, adler2, len2)
137 uLong adler1;
138 uLong adler2;
147 return (uLong)
[all...]
H A 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)
76 uLong sourceLen;
H A 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 */
695 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
696 uLong sourceLen));
1087 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1092 3.2: size of uLong
1141 const Bytef *source, uLong sourceLe
[all...]
H A Duncompr.c28 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
H A Dcrc32.c75 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
377 local uLong crc32_combine_(crc1, crc2, len2)
378 uLong crc1;
379 uLong crc2;
433 uLong ZEXPORT crc32_combine(crc1, crc2, len2)
434 uLong crc1;
435 uLong crc2;
441 uLong ZEXPOR
[all...]
/macosx-10.10/rsync-45/rsync/zlib/
H A 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)
76 uLong sourceLen;
H A 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 */
645 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
646 uLong sourceLen));
958 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
963 3.2: size of uLong
1011 const Bytef *source, uLong sourceLe
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dcompress.c57 uLong sourceLen;
67 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
71 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
97 uLong sourceLen;
106 uLong ZEXPORT compressBound (sourceLen)
107 uLong sourceLen;
H A Duncompr.c61 uLong sourceLen;
69 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
73 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
/macosx-10.10/zlib-55/zlib/
H A 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)
76 uLong sourceLen;
H A Dzlib.h93 uLong total_in; /* total nb of input bytes read so far */
97 uLong total_out; /* total nb of bytes output so far */
107 uLong adler; /* adler32 value of the uncompressed data */
108 uLong reserved; /* reserved for future use */
119 uLong time; /* modification time */
689 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
690 uLong sourceLen));
1057 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1062 3.2: size of uLong
1110 const Bytef *source, uLong sourceLe
[all...]
H A Duncompr.c28 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
H A Dadler32.c17 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2);
65 uLong ZEXPORT adler32(adler, buf, len)
66 uLong adler;
138 local uLong adler32_combine_(adler1, adler2, len2)
139 uLong adler1;
140 uLong adler2;
162 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
163 uLong adler
[all...]
H A Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */
37 void test_compress OF((Byte *compr, uLong comprLen,
38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_inflate OF((Byte *compr, uLong comprLe
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h112 uLong total_in; /* total nb of input bytes read so far */
116 uLong total_out; /* total nb of bytes output so far */
126 uLong adler; /* adler32 value of the uncompressed data */
127 uLong reserved; /* reserved for future use */
138 uLong time; /* modification time */
673 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
674 uLong sourceLen));
986 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
991 3.2: size of uLong
1039 const Bytef *source, uLong sourceLe
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h137 typedef unsigned long uLong; /* 32 bits or more */ typedef
143 typedef uLong FAR uLongf;
184 uLong total_in; /* total nb of input bytes read so far */
188 uLong total_out; /* total nb of bytes output so far */
632 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
641 uLong adler = adler32(0L, Z_NULL, 0);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dcrc_zlib.c41 #define CTX_TYPE uLong
68 #define CRC (*((uLong*) context))
215 uLong crc = CRC;
H A Dadler.c41 #define CTX_TYPE uLong
68 #define ADLER (*((uLong*) context))
220 uLong adler = ADLER;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h71 uLong total_in; /* total nb of input bytes read so far */
75 uLong total_out; /* total nb of bytes output so far */
85 uLong adler; /* adler32 value of the uncompressed data */
86 uLong reserved; /* reserved for future use */
609 const Bytef *source, uLong sourceLen));
624 const Bytef *source, uLong sourceLen,
639 const Bytef *source, uLong sourceLen));
821 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
830 uLong adle
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclDecls.h45 ZEXTERN uLong crc32(uLong crc, const Bytef *buf, uInt len);
47 ZEXTERN uLong adler32(uLong adler, const Bytef *buf, uInt len);
78 const Bytef *source, uLong sourceLen);
81 const Bytef *source, uLong sourceLen,
102 const Bytef *source, uLong sourceLen);
146 uLong (*crc32Ptr) (uLong crc, const Bytef *buf, uInt len); /* 2 */
147 uLong (*adler32Pt
[all...]

Completed in 294 milliseconds

123