HomeSort by: relevance | last modified time | path
    Searched refs:uLong (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/common/dist/zlib/contrib/minizip/
mztools.h 28 uLong* nRecovered,
29 uLong* bytesRecovered);
unzip.h 100 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...]
zip.h 102 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 crcForCrypting
    [all...]
ioapi.c 45 uLong offsetTruncated = (uLong)offset;
58 uLong tell_uLong = (uLong)(*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream);
119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) {
120 uLong ret;
122 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
126 static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size)
    [all...]
zip.c 113 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;
217 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len)
    [all...]
ioapi.h 138 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size);
139 typedef uLong (ZCALLBACK *write_file_func) (voidpf opaque, voidpf stream, const void* buf, uLong size);
144 typedef long (ZCALLBACK *seek_file_func) (voidpf opaque, voidpf stream, uLong offset, int origin);
unzip.c 139 uLong stream_initialised; /* flag set if stream structure is initialised*/
146 uLong crc32; /* crc32 of all data uncompressed */
147 uLong crc32_wait; /* crc32 we must obtain after decompress all */
152 uLong compression_method; /* compression method (0==store) */
202 uLong *pX) {
207 *pX = c[0] | ((uLong)c[1] << 8);
222 uLong *pX) {
227 *pX = c[0] | ((uLong)c[1] << 8) | ((uLong)c[2] << 16) | ((uLong)c[3] << 24)
    [all...]
miniunz.c 84 static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) {
232 uLong i;
245 uLong ratio=0;
255 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
287 (uLong)file_info.tmu_date.tm_mon + 1,
288 (uLong)file_info.tmu_date.tm_mday,
289 (uLong)file_info.tmu_date.tm_year % 100,
290 (uLong)file_info.tmu_date.tm_hour,(uLong)file_info.tmu_date.tm_min,
291 (uLong)file_info.crc,filename_inzip)
    [all...]
iowin32.c 189 uLong ZCALLBACK win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) {
190 uLong ret=0;
210 uLong ZCALLBACK win32_write_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) {
211 uLong ret=0;
295 long ZCALLBACK win32_seek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) {
mztools.c 30 extern int ZEXPORT unzRepair(const char* file, const char* fileOut, const char* fileOutTmp, uLong* nRecovered, uLong* bytesRecovered) {
37 uLong totalBytes = 0;
minizip.c 76 static int filetime(const char *f, tm_zip *tmzip, uLong *dt) {
98 static int filetime(const char *f, tm_zip *tmzip, uLong *dt) {
139 static int filetime(const char *f, tm_zip *tmzip, uLong *dt) {
  /src/common/dist/zlib/
compress.c 25 uLong sourceLen, int level) {
29 uLong left;
48 stream.avail_out = left > (uLong)max ? max : (uInt)left;
52 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen;
66 uLong sourceLen) {
74 uLong ZEXPORT compressBound(uLong sourceLen) {
zlib.h 91 uLong total_in; /* total number of input bytes read so far */
95 uLong total_out; /* total number of bytes output so far */
106 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
107 uLong reserved; /* reserved for future use */
118 uLong time; /* modification time */
763 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
764 uLong sourceLen);
1181 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
1186 3.2: size of uLong
1235 const Bytef *source, uLong sourceLen)
    [all...]
adler32.c 61 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) {
128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) {
133 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) {
158 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2)
    [all...]
uncompr.c 30 uLong *sourceLen) {
34 uLong len, left;
61 stream.avail_out = left > (uLong)max ? max : (uInt)left;
65 stream.avail_in = len > (uLong)max ? max : (uInt)len;
85 uLong sourceLen) {
zutil.h 187 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t);
188 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t);
189 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
crc32.c 1023 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) {
1031 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) {
1036 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) {
1044 uLong ZEXPORT crc32_combine_gen(z_off_t len2) {
1049 uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op)
    [all...]
zutil.c 33 uLong ZEXPORT zlibCompileFlags(void) {
34 uLong flags;
43 switch ((int)(sizeof(uLong))) {
zconf.h 163 # define uLong z_uLong
404 typedef unsigned long uLong; /* 32 bits or more */
415 typedef uLong FAR uLongf;
zconf.h.cmakein 161 # define uLong z_uLong
398 typedef unsigned long uLong; /* 32 bits or more */
409 typedef uLong FAR uLongf;
zconf.h.in 159 # define uLong z_uLong
396 typedef unsigned long uLong; /* 32 bits or more */
407 typedef uLong FAR uLongf;
  /src/common/dist/zlib/test/
example.c 35 static uLong dictId; /* Adler32 value of the dictionary */
60 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr,
61 uLong uncomprLen) {
63 uLong len = (uLong)strlen(hello)+1;
84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) {
166 static void test_deflate(Byte *compr, uLong comprLen) {
169 uLong len = (uLong)strlen(hello)+1;
201 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr
    [all...]
  /src/sys/net/
zlib.h 54 * charf intf uInt uIntf uLong uLonf
90 # define uLong z_uLong
263 typedef unsigned long uLong; /* 32 bits or more */
274 typedef uLong FAR uLongf;
365 uLong total_in; /* total nb of input bytes read so far */
369 uLong total_out; /* total nb of bytes output so far */
379 uLong adler; /* adler32 value of the uncompressed data */
380 uLong reserved; /* reserved for future use */
916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
931 uLong, int)
    [all...]
zlib.c 272 typedef uLong (ZEXPORT *check_func)(uLong check, const Bytef *buf,
3098 * and uLong implemented on 32 bits.
3397 uLong was; /* computed check value */
3398 uLong need; /* stream check value */
3553 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
3558 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
3563 z->state->sub.check.need += (uLong)NEXTBYTE << 8;
3568 z->state->sub.check.need += (uLong)NEXTBYTE;
3602 z->state->sub.check.need = (uLong)NEXTBYTE << 24
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 39 uLong crc32(uLong crc, const Bytef *buf, uInt len);

Completed in 49 milliseconds

1 2