Searched refs:LOCSIZ (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfunzip.c141 #define LOCSIZ 16 /* offset of compressed size */ macro
483 if (n != LG(h + LOCSIZ) - (encrypted ? RAND_HEAD_LEN : 0)) {
485 if (n != LG(h + LOCSIZ)) {
487 Info(slide, 1, ((char *)slide, "len %ld, siz %ld\n", n, LG(h + LOCSIZ)));
537 if (LG((g ? (h + LOCSIZ) : (h + LOCLEN))) != outsiz)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c82 #define LOCSIZ 14 /* compressed size in zip file */ macro
1971 z->siz = LG(LOCSIZ + b);
2770 s = LG(LOCSIZ + b);
6123 localz->siz = LG(LOCSIZ + buf);

Completed in 171 milliseconds