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

Lines Matching refs:uzoff_t

175  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 censiz; /* size of central directory */
2342 uzoff_t z64eocd; /* Zip64 End Of Central Directory record byte offset */
2380 zipbeg = (uzoff_t) (zftello(f) + 4096L);
2404 zipbeg += (uzoff_t) (t - buf);
2519 /* changed cenbeg to uzoff_t so instead of cenbeg >= 0 use new check - 5/23/05 EG */
3207 uzoff_t eocdr_offset;
3209 uzoff_t current_offset = 0; /* offset before */
3210 uzoff_t offset = 0; /* location after return from seek */
3216 uzoff_t s; /* size of data, start of central */
3223 uzoff_t cd_total_entries = 0; /* number of entries according to EOCDR */
3225 uzoff_t in_cd_start_offset; /* offset of start of cd on cd start disk */
3298 eocdr_offset = (uzoff_t) zftello(in_file);
3310 eocdr_offset = (uzoff_t) zftello(in_file);
3360 in_cd_start_offset = (uzoff_t)LG(scbuf + 12);
3361 cd_total_entries = (uzoff_t)SH(scbuf + 6);
4025 uzoff_t eocdr_offset;
4028 uzoff_t z64eocdr_offset;
4029 uzoff_t z64eocdr_size;
4035 uzoff_t cd_total_entries; /* num of entries as read from (Zip64) EOCDR */
4037 uzoff_t in_cd_start_offset; /* offset of start of cd on cd start disk */
4038 uzoff_t adjust_offset = 0; /* bytes before first entry (size of sfx prefix) */
4039 uzoff_t cd_total_size = 0; /* total size of cd */
4048 uzoff_t s; /* size of data, start of central */
4112 eocdr_offset = (uzoff_t) zftello(in_file);
4123 eocdr_offset = (uzoff_t) zftello(in_file);
4166 in_cd_start_offset = (uzoff_t)LG(scbuf + ENDOFF);
4167 cd_total_entries = (uzoff_t)SH(scbuf + ENDTOT);
4168 cd_total_size = (uzoff_t)LG(scbuf + ENDSIZ);
5632 uzoff_t off = 0; /* offset to start of local header */
5810 int putend( OFT( uzoff_t) n,
5811 OFT( uzoff_t) s,
5812 OFT( uzoff_t) c,
5817 uzoff_t n; /* number of entries in central directory */
5818 uzoff_t s; /* size of central directory */
5819 uzoff_t c; /* offset of central directory */
6013 uzoff_t n; /* holds local header offset */
6016 uzoff_t start_offset = 0;
6276 n = (uzoff_t)((LOCHEAD) + (ulg)z->nam + (ulg)z->ext);
6341 n = 4 + (uzoff_t)((LOCHEAD) + (ulg)(localz->nam) + (ulg)(localz->ext));
6383 r = bfcopy((uzoff_t) -2);