Searched refs:EB_HEADSIZE (Results 1 - 7 of 7) sorted by path

/haiku/src/bin/unzip/
H A Dbeos.c241 while (!r && ef_len >= EB_HEADSIZE) {
244 if (ebLen > (ef_len - EB_HEADSIZE))
251 (unsigned)makeword(ef+(EB_HEADSIZE+EB_ASI_MODE));
253 ef_len = (ebLen + EB_HEADSIZE);
263 ef_len -= (ebLen + EB_HEADSIZE);
264 ef += (ebLen + EB_HEADSIZE);
1065 while( ef_ptr != NULL && ef_len >= EB_HEADSIZE ) {
1069 if (eb_len > (ef_len - EB_HEADSIZE)) {
1072 ef_len - EB_HEADSIZE));
1080 ef_ptr += (eb_len + EB_HEADSIZE);
[all...]
H A Dextract.c1705 while (ef_len >= EB_HEADSIZE) {
1709 if (ebLen > (ef_len - EB_HEADSIZE)) {
1715 ebLen, (ef_len - EB_HEADSIZE)));
1731 (makeword(ef+(EB_HEADSIZE+EB_FLGS_OFFS))
1733 (makelong(ef+EB_HEADSIZE) == ebLen - EB_MAC3_HLEN))
1740 (*(ef+(EB_HEADSIZE+EB_FLGS_OFFS)) & EB_BE_FL_UNCMPR) &&
1741 (makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
1789 ((ef[EB_HEADSIZE+EB_NTSD_VERSION] > EB_NTSD_MAX_VER) ?
1820 (int)ef[EB_HEADSIZE+EB_NTSD_VERSION]));
1842 if (makelong(ef+EB_HEADSIZE) !
[all...]
H A Dfileio.c1052 while (ef_len >= EB_HEADSIZE) {
1056 if (eb_len > (ef_len - EB_HEADSIZE)) {
1060 ef_len - EB_HEADSIZE));
1076 eb_data = ef_buf+(EB_HEADSIZE+4);
1080 if (makelong(ef_buf+EB_HEADSIZE) !=
1114 if (makelong(ef_buf+EB_HEADSIZE) == VMS_FABSIG) {
1116 ef_buf+EB_HEADSIZE, eb_len,
1134 ef_buf += (eb_len + EB_HEADSIZE);
1135 ef_len -= (eb_len + EB_HEADSIZE);
H A Dlist.c247 while (ef_len >= EB_HEADSIZE) {
251 ea_size = makelong(&ef_ptr[EB_HEADSIZE]);
254 acl_size = makelong(&ef_ptr[EB_HEADSIZE]);
257 ef_ptr += (ef_size + EB_HEADSIZE);
258 ef_len -= (ef_size + EB_HEADSIZE);
H A Dprocess.c1328 while (ef_len >= EB_HEADSIZE) {
1332 if (eb_len > (ef_len - EB_HEADSIZE)) {
1336 ef_len - EB_HEADSIZE));
1347 flags |= (ef_buf[EB_HEADSIZE+EB_UT_FLAGS] & 0x0ff);
1350 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
1410 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
1447 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
1490 z_uidgid[0] = makeword((EB_HEADSIZE+EB_UX2_UID) + ef_buf);
1491 z_uidgid[1] = makeword((EB_HEADSIZE+EB_UX2_GID) + ef_buf);
1506 i_time = (long)makelong((EB_HEADSIZE
[all...]
H A Dunzpriv.h1360 #define EB_HEADSIZE 4 /* length of extra field block header */ macro
H A Dzipinfo.c1324 while (ef_len >= EB_HEADSIZE) {
1327 ef_ptr += EB_HEADSIZE;
1328 ef_len -= EB_HEADSIZE;
1606 (getVMMVSexfield(type, ef_ptr-EB_HEADSIZE,

Completed in 154 milliseconds