Symbol: EB_HEADSIZE
src/bin/unzip/beos.c
1065
while( ef_ptr != NULL && ef_len >= EB_HEADSIZE ) {
src/bin/unzip/beos.c
1069
if (eb_len > (ef_len - EB_HEADSIZE)) {
src/bin/unzip/beos.c
1072
ef_len - EB_HEADSIZE));
src/bin/unzip/beos.c
1080
ef_ptr += (eb_len + EB_HEADSIZE);
src/bin/unzip/beos.c
1081
ef_len -= (eb_len + EB_HEADSIZE);
src/bin/unzip/beos.c
241
while (!r && ef_len >= EB_HEADSIZE) {
src/bin/unzip/beos.c
244
if (ebLen > (ef_len - EB_HEADSIZE))
src/bin/unzip/beos.c
251
(unsigned)makeword(ef+(EB_HEADSIZE+EB_ASI_MODE));
src/bin/unzip/beos.c
253
ef_len = (ebLen + EB_HEADSIZE);
src/bin/unzip/beos.c
263
ef_len -= (ebLen + EB_HEADSIZE);
src/bin/unzip/beos.c
264
ef += (ebLen + EB_HEADSIZE);
src/bin/unzip/extract.c
1705
while (ef_len >= EB_HEADSIZE) {
src/bin/unzip/extract.c
1709
if (ebLen > (ef_len - EB_HEADSIZE)) {
src/bin/unzip/extract.c
1715
ebLen, (ef_len - EB_HEADSIZE)));
src/bin/unzip/extract.c
1731
(makeword(ef+(EB_HEADSIZE+EB_FLGS_OFFS))
src/bin/unzip/extract.c
1733
(makelong(ef+EB_HEADSIZE) == ebLen - EB_MAC3_HLEN))
src/bin/unzip/extract.c
1740
(*(ef+(EB_HEADSIZE+EB_FLGS_OFFS)) & EB_BE_FL_UNCMPR) &&
src/bin/unzip/extract.c
1741
(makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
src/bin/unzip/extract.c
1789
((ef[EB_HEADSIZE+EB_NTSD_VERSION] > EB_NTSD_MAX_VER) ?
src/bin/unzip/extract.c
1820
(int)ef[EB_HEADSIZE+EB_NTSD_VERSION]));
src/bin/unzip/extract.c
1842
if (makelong(ef+EB_HEADSIZE) !=
src/bin/unzip/extract.c
1843
crc32(CRCVAL_INITIAL, ef+(EB_HEADSIZE+4),
src/bin/unzip/extract.c
1862
ef_len -= (ebLen + EB_HEADSIZE);
src/bin/unzip/extract.c
1863
ef += (ebLen + EB_HEADSIZE);
src/bin/unzip/extract.c
1906
((eb_ucsize = makelong(eb+(EB_HEADSIZE+EB_UCSIZE_P))) > 0L &&
src/bin/unzip/extract.c
1914
eb + (EB_HEADSIZE + compr_offset),
src/bin/unzip/fileio.c
1052
while (ef_len >= EB_HEADSIZE) {
src/bin/unzip/fileio.c
1056
if (eb_len > (ef_len - EB_HEADSIZE)) {
src/bin/unzip/fileio.c
1060
ef_len - EB_HEADSIZE));
src/bin/unzip/fileio.c
1076
eb_data = ef_buf+(EB_HEADSIZE+4);
src/bin/unzip/fileio.c
1080
if (makelong(ef_buf+EB_HEADSIZE) !=
src/bin/unzip/fileio.c
1114
if (makelong(ef_buf+EB_HEADSIZE) == VMS_FABSIG) {
src/bin/unzip/fileio.c
1116
ef_buf+EB_HEADSIZE, eb_len,
src/bin/unzip/fileio.c
1134
ef_buf += (eb_len + EB_HEADSIZE);
src/bin/unzip/fileio.c
1135
ef_len -= (eb_len + EB_HEADSIZE);
src/bin/unzip/list.c
247
while (ef_len >= EB_HEADSIZE) {
src/bin/unzip/list.c
251
ea_size = makelong(&ef_ptr[EB_HEADSIZE]);
src/bin/unzip/list.c
254
acl_size = makelong(&ef_ptr[EB_HEADSIZE]);
src/bin/unzip/list.c
257
ef_ptr += (ef_size + EB_HEADSIZE);
src/bin/unzip/list.c
258
ef_len -= (ef_size + EB_HEADSIZE);
src/bin/unzip/process.c
1328
while (ef_len >= EB_HEADSIZE) {
src/bin/unzip/process.c
1332
if (eb_len > (ef_len - EB_HEADSIZE)) {
src/bin/unzip/process.c
1336
ef_len - EB_HEADSIZE));
src/bin/unzip/process.c
1347
flags |= (ef_buf[EB_HEADSIZE+EB_UT_FLAGS] & 0x0ff);
src/bin/unzip/process.c
1350
i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
src/bin/unzip/process.c
1410
i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
src/bin/unzip/process.c
1447
i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
src/bin/unzip/process.c
1490
z_uidgid[0] = makeword((EB_HEADSIZE+EB_UX2_UID) + ef_buf);
src/bin/unzip/process.c
1491
z_uidgid[1] = makeword((EB_HEADSIZE+EB_UX2_GID) + ef_buf);
src/bin/unzip/process.c
1506
i_time = (long)makelong((EB_HEADSIZE+EB_UX_MTIME)+ef_buf);
src/bin/unzip/process.c
1550
i_time = (long)makelong((EB_HEADSIZE+EB_UX_ATIME)+ef_buf);
src/bin/unzip/process.c
1582
z_uidgid[0] = makeword((EB_HEADSIZE+EB_UX_UID) + ef_buf);
src/bin/unzip/process.c
1583
z_uidgid[1] = makeword((EB_HEADSIZE+EB_UX_GID) + ef_buf);
src/bin/unzip/process.c
1594
ef_buf += (eb_len + EB_HEADSIZE);
src/bin/unzip/process.c
1595
ef_len -= (eb_len + EB_HEADSIZE);
src/bin/unzip/process.c
1632
while (ef_len >= EB_HEADSIZE) {
src/bin/unzip/process.c
1636
if (eb_len > (ef_len - EB_HEADSIZE)) {
src/bin/unzip/process.c
1640
ef_len - EB_HEADSIZE));
src/bin/unzip/process.c
1645
if (makelong(EB_HEADSIZE + ef_buf) == SPARKID_2) {
src/bin/unzip/process.c
1652
ef_buf += (eb_len + EB_HEADSIZE);
src/bin/unzip/process.c
1653
ef_len -= (eb_len + EB_HEADSIZE);
src/bin/unzip/zipinfo.c
1324
while (ef_len >= EB_HEADSIZE) {
src/bin/unzip/zipinfo.c
1327
ef_ptr += EB_HEADSIZE;
src/bin/unzip/zipinfo.c
1328
ef_len -= EB_HEADSIZE;
src/bin/unzip/zipinfo.c
1606
(getVMMVSexfield(type, ef_ptr-EB_HEADSIZE,