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

/haiku/src/bin/unzip/
H A Dprocess.c911 /* 'P' must be at least (ECREC_SIZE+4) bytes from end of zipfile */
912 for (G.inptr = G.inbuf+(int)G.ziplen-(ECREC_SIZE+4);
929 if ((tail_len = G.ziplen % INBUFSIZ) > ECREC_SIZE) {
941 /* 'P' must be at least (ECREC_SIZE+4) bytes from end of zipfile */
942 for (G.inptr = G.inbuf+(int)tail_len-(ECREC_SIZE+4);
1014 if (readbuf(__G__ (char *)byterec, ECREC_SIZE+4) == 0)
H A Dunzpriv.h1421 #define ECREC_SIZE 18 /* central-dir record, respectively */ macro
1607 typedef uch ec_byte_rec[ ECREC_SIZE+4 ];

Completed in 49 milliseconds