Searched refs:EB_BEOS_HLEN (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dbeos.c1076 if( eb_id == EF_BEOS && eb_len >= EB_BEOS_HLEN ) {
1200 if (size <= EB_BEOS_HLEN) {
1204 EB_BEOS_HLEN));
1207 if (full_size < (uint32)(size - EB_BEOS_HLEN)) {
1211 "data size is %ld.\n", size - EB_BEOS_HLEN, full_size));
1229 retval = memextract(__G__ attrbuff, full_size, ptr, size - EB_BEOS_HLEN);
1292 if( size <= EB_BEOS_HLEN ) {
1296 EB_BEOS_HLEN );
1306 printf("\t\t%d compressed bytes\n", size - EB_BEOS_HLEN);
H A Dextract.c1739 if (ebLen >= EB_BEOS_HLEN &&
1741 (makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
1744 eb_cmpr_offs = EB_BEOS_HLEN;
H A Dunzpriv.h1388 #define EB_BEOS_HLEN 5 /* length of BeOS e.f attribute header */ macro
H A Dzipinfo.c1613 if (eb_datalen >= EB_BEOS_HLEN) {

Completed in 218 milliseconds