Searched refs:LOCCRC (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gzip/
H A Dunzip.c31 #define LOCCRC 14 /* offset of crc */ macro
113 orig_crc = LG(inbuf + LOCCRC);
/haiku-fatelf/src/bin/unzip/
H A Dfunzip.c139 #define LOCCRC 12 /* offset of crc */ macro
461 if (e != (ush)(h[LOCFLG] & EXTFLG ? h[LOCTIM + 1] : h[LOCCRC + 3]))
541 if (fread((char *)h + LOCCRC, 1, 8, G.in) != 8)
546 fread((char *)h + LOCCRC - 4, 1, EXTHDR, G.in) != EXTHDR)
550 if (LG(h + LOCCRC) != G.crc32val)
/haiku-fatelf/src/bin/zip/
H A Dzipfile.c59 #define LOCCRC 10 /* uncompressed crc-32 for file */ macro
430 z->crc = LG(LOCCRC + b);
864 b[LOCCRC+n] = buf2[4+n];

Completed in 49 milliseconds