Searched refs:uzoff_t (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dglobals.c70 uzoff_t des_csize = 0; /* Data descriptor csize */
71 uzoff_t des_usize = 0; /* Data descriptor usize */
85 uzoff_t bytes_so_far = 0; /* bytes processed so far (from initial scan) */
86 uzoff_t good_bytes_so_far = 0;/* good bytes read so far */
87 uzoff_t bad_bytes_so_far = 0; /* bad bytes skipped so far */
88 uzoff_t bytes_total = 0; /* total bytes to process (from initial scan) */
155 uzoff_t scan_count = 0; /* Used for Scanning files ... message */
165 uzoff_t zipbeg; /* Starting offset of zip structures */
166 uzoff_t cenbeg; /* Starting offset of central dir */
167 uzoff_t tempz
[all...]
H A Dzipsplit.c72 local extent simple OF((uzoff_t *, extent, uzoff_t, uzoff_t));
74 local extent greedy OF((uzoff_t *, extent, uzoff_t, uzoff_t));
357 uzoff_t *a; /* items to put in bins, return value: destination bins */
359 uzoff_t c; /* capacity of each bin */
360 uzoff_t d; /* amount to deduct from first bin */
367 uzoff_t
[all...]
H A Dzip.h155 uzoff_t siz, len; /* zip64 support 08/29/2003 R.Nausedat */
160 uzoff_t off;
202 uzoff_t usize; /* usize from initial scan */
343 extern uzoff_t des_csize; /* Data descriptor csize */
344 extern uzoff_t des_usize; /* Data descriptor usize */
411 extern uzoff_t bytes_so_far; /* bytes processed so far (from initial scan) */
412 extern uzoff_t good_bytes_so_far;/* good bytes read so far */
413 extern uzoff_t bad_bytes_so_far;/* bad bytes skipped so far */
414 extern uzoff_t bytes_total; /* total bytes to process (from initial scan) */
471 extern uzoff_t scan_coun
[all...]
H A Dutil.c1149 /* Format a uzoff_t value in a cylindrical buffer set. */
1150 /* Added to support uzoff_t type. 12/29/04 */
1153 uzoff_t val;
1203 uzoff_t i;
1223 uzoff_t ReadNumString( numstring )
1229 uzoff_t mult = 1;
1234 return (uzoff_t)-1;
1238 return (uzoff_t)-1;
1242 return (uzoff_t)-1;
1253 return (uzoff_t)nu
[all...]
H A Dtrees.c84 * uzoff_t flush_block (char *buf, ulg stored_len, int eof)
338 local uzoff_t cmpr_bytelen; /* total byte length of compressed file */
342 local uzoff_t input_len; /* total byte length of input file */
416 local uzoff_t bits_sent; /* bit length of the compressed data */
417 extern uzoff_t isize; /* byte length of input file */
485 cmpr_bytelen = (uzoff_t)0;
487 input_len = (uzoff_t)0;
1014 uzoff_t flush_block(buf, stored_len, eof)
1061 cmpr_bytelen == (uzoff_t)0 && cmpr_len_bits == 0L
1065 cmpr_bytelen == (uzoff_t)
[all...]
H A Dzipfile.c175 local void write_int64_to_mem OF((uzoff_t, char *));
192 local void append_int64_to_mem OF((uzoff_t, char **, extent *, extent *));
480 uzoff_t l64Value;
608 uzoff_t l64Value;
1884 uzoff_t p; /* current file offset */
1885 uzoff_t s; /* size of data, start of central */
2068 if ((uzoff_t) zftello(f) != p+16L) {
2168 uzoff_t start_offset = 0;
2340 uzoff_t u8; /* unsigned 8 byte variable */
2341 uzoff_t censi
[all...]
H A Ddeflate.c262 local uzoff_t deflate_fast OF((void)); /* now use uzoff_t 7/24/04 EG */
695 local uzoff_t deflate_fast()
794 uzoff_t deflate()
802 extern uzoff_t isize; /* byte length of input file, for debug only */
H A Dzip.c108 uzoff_t filesize64;
384 uzoff_t k = 0; /* keep count for end header */
385 uzoff_t cb = cenbeg; /* get start of central */
2135 uzoff_t c; /* start of central directory */
2136 uzoff_t t; /* length of central directory */
2138 uzoff_t n; /* total of entry len's */
2145 uzoff_t csize; /* compressed file size for stats */
2146 uzoff_t usize; /* uncompressed file size for stats */
2492 if (sizeof(uzoff_t) != sizeof(zoff_t)){
2493 ZIPERR(ZE_COMPERR, "uzoff_t no
[all...]
H A Dzipup.c244 uzoff_t n;
245 uzoff_t m; /* n is the original size, m is the new size */
278 if (sizeof(uzoff_t) < 8) /* Don't fiddle with big zoff_t. */
405 uzoff_t uq; /* unsigned q */
457 uq = ((uzoff_t) q > (uzoff_t) -3) ? 0 : (uzoff_t) q;
997 if (bytes_this_entry != (uzoff_t)(key ? s + 12 : s)) {
H A Dtailor.h138 typedef unsigned long long uzoff_t; /* unsigned zoff_t (12/29/04 EG) */ typedef
148 /* Now use uzoff_t for unsigned things. 12/29/04 EG */
150 typedef unsigned long uzoff_t; typedef
H A Dfileio.c1505 /* now use uzoff_t for all file sizes 5/14/05 CS */
1506 uzoff_t n; /* number of bytes to copy or -1 for all */
1512 uzoff_t m; /* bytes copied so far */
1517 while (n == (uzoff_t)(-1L) || m < n)
1519 if ((k = fread(b, 1, n == (uzoff_t)(-1) ?
1561 /* now use uzoff_t for all file sizes 5/14/05 CS */
1562 uzoff_t n; /* number of bytes to copy or -1 for all */
1583 uzoff_t m; /* bytes copied so far */
1601 if (fix == 2 && n == (uzoff_t) -2) {
1611 while (des || n == (uzoff_t)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dosdep.h42 typedef unsigned long uzoff_t; typedef
46 typedef unsigned long long uzoff_t; typedef
48 typedef unsigned long uzoff_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dosdep.h75 typedef unsigned long long uzoff_t; typedef
78 typedef unsigned long uzoff_t; typedef
H A Dvms_pk.c114 uzoff_t size;
115 uzoff_t rest;
300 ctx -> rest = ((uzoff_t) hiblk)* BLOCK_BYTES;
309 (((uzoff_t) efblk)- 1)* BLOCK_BYTES+ fat -> fat$w_ffbyte;
314 ctx -> rest = ((uzoff_t) hiblk)* BLOCK_BYTES;
341 uzoff_t rest_rndup;
H A Dvms_im.c470 uzoff_t size;
471 uzoff_t rest;
607 ctx->rest = ((uzoff_t) fhc->xab$l_hbk)* BLOCK_BYTES;
616 (((uzoff_t) fhc->xab$l_ebk)- 1)* BLOCK_BYTES+ fhc->xab$w_ffb;
620 ctx->rest = ((uzoff_t) fhc->xab$l_hbk)* BLOCK_BYTES;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h135 typedef unsigned __int64 uzoff_t; typedef
148 typedef unsigned long long uzoff_t; typedef
166 typedef unsigned __int64 uzoff_t; typedef
179 typedef unsigned __int64 uzoff_t; typedef
198 typedef unsigned long long uzoff_t;
228 typedef unsigned long uzoff_t; typedef

Completed in 215 milliseconds