• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/

Lines Matching refs:uzoff_t

155   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_count; /* Used for "Scanning files..." message */
481 extern uzoff_t current_in_offset;
491 extern uzoff_t cd_start_offset; /* offset of start of cd on cd start disk */
492 extern uzoff_t cd_entries_this_disk; /* cd entries this disk */
493 extern uzoff_t total_cd_entries; /* total cd entries in new/updated archive */
495 extern uzoff_t zip64_eocd_offset; /* offset of Zip64 EOCD Record */
499 extern uzoff_t current_local_offset; /* offset to start of current local header */
501 extern uzoff_t bytes_this_split; /* bytes written to current split */
504 extern uzoff_t split_size; /* how big each split should be */
506 extern uzoff_t bytes_prev_splits; /* total bytes written to all splits before this */
507 extern uzoff_t bytes_this_entry; /* bytes written for this entry across all splits */
522 extern uzoff_t zipbeg; /* Starting offset of zip structures */
523 extern uzoff_t cenbeg; /* Starting offset of central directory */
524 extern uzoff_t tempzn; /* Count of bytes written to output zip file */
626 int percent OF((uzoff_t, uzoff_t));
658 int putend OF((uzoff_t, uzoff_t, uzoff_t, extent, char *));
721 int bfcopy OF((uzoff_t));
723 int fcopy OF((FILE *, FILE *, uzoff_t));
785 char *zip_fuzofft OF((uzoff_t, char *, char*));
789 int DisplayNumString OF ((FILE *file, uzoff_t i));
790 int WriteNumString OF((uzoff_t num, char *outstring));
791 uzoff_t ReadNumString OF((char *numstring));
829 uzoff_t deflate OF((void));
834 uzoff_t flush_block OF((char far *, ulg, int));