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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c1293 if (eb_id == EF_BEOS && eb_len >= EB_BEOS_HLEN) {
1410 if (size <= EB_BEOS_HLEN) {
1414 EB_BEOS_HLEN));
1417 if (full_size < (size - EB_BEOS_HLEN)) {
1421 "data size is %ld.\n", size - EB_BEOS_HLEN, full_size));
1440 ptr, size - EB_BEOS_HLEN);
1506 if( size <= EB_BEOS_HLEN ) {
1510 EB_BEOS_HLEN );
1520 printf("\t\t%d compressed bytes\n", size - EB_BEOS_HLEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c1247 if (eb_id == EF_ATHEOS && eb_len >= EB_BEOS_HLEN) {
1357 if (size <= EB_BEOS_HLEN) {
1361 EB_BEOS_HLEN));
1364 if (full_size < (size - EB_BEOS_HLEN)) {
1367 "data size is %ld.\n", size - EB_BEOS_HLEN, full_size));
1386 ptr, size - EB_BEOS_HLEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dextract.c2058 if (ebLen >= EB_BEOS_HLEN &&
2060 (makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
2063 eb_cmpr_offs = EB_BEOS_HLEN;
H A Dunzpriv.h1795 #define EB_BEOS_HLEN 5 /* length of BeOS&AtheOS e.f attribute header */ macro
H A Dzipinfo.c1731 if (eb_datalen >= EB_BEOS_HLEN) {

Completed in 141 milliseconds