Home
last modified time | relevance | path

Searched refs:extra_bytes (Results 1 – 5 of 5) sorted by relevance

/haiku/src/bin/unzip/
H A Dprocess.c723 if ((G.extra_bytes = G.real_ecrec_offset-G.expect_ecrec_offset) <
727 G.zipfn, (long)(-G.extra_bytes)));
729 } else if (G.extra_bytes > 0) {
735 G.ecrec.offset_start_central_directory = G.extra_bytes;
736 G.extra_bytes = 0;
743 (long)G.extra_bytes, (G.extra_bytes == 1)? "":"s"));
788 long tmp = G.extra_bytes;
791 G.extra_bytes = 0;
H A Dextract.c864 request = G.pInfo->offset + G.extra_bytes;
877 if (*pfilnum == 1 && G.extra_bytes != 0L) {
880 *pold_extra_bytes = G.extra_bytes;
881 G.extra_bytes = 0L;
944 if ((*pfilnum == 1 && G.extra_bytes != 0L) ||
945 (G.extra_bytes == 0L && *pold_extra_bytes != 0L)) {
948 if (G.extra_bytes) {
949 *pold_extra_bytes = G.extra_bytes;
950 G.extra_bytes = 0L;
952 G.extra_bytes = *pold_extra_bytes; /* third attempt */
H A Dglobals.h249 LONGINT extra_bytes; /* used in unzip.c, misc.c */ member
H A Dfileio.c676 LONGINT request = abs_offset + G.extra_bytes;
687 abs_offset, G.extra_bytes));
696 request, (abs_offset+G.extra_bytes), inbuf_offset));
2006 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
2170 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
2187 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
2206 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dscsi_commands.h325 uint8 extra_bytes[14]; member