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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dizqdos.h41 #define EXTRALEN (sizeof(qdosextra) - 2 * sizeof(char) - sizeof(short)) macro
H A Dqdos.c916 if (eb_len != EXTRALEN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c103 #define EXTRALEN (sizeof(struct qdirect) + 8) macro
836 lq->len.lo = (unsigned char)(EXTRALEN & 0xff);
837 lq->len.hi = (unsigned char)(EXTRALEN >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c1740 #define EXTRALEN (sizeof(struct qdirect) + 8) macro
1820 if (eb_len != EXTRALEN)

Completed in 158 milliseconds