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

/haiku/src/bin/unzip/
H A Dfileio.c99 static int partflush OF((__GPRO__ uch *rawbuf, ulg size, int unshrink));
720 int flush(__G__ rawbuf, size, unshrink)
724 int unshrink; variable
734 ret = partflush(__G__ rawbuf, 0x8000L, unshrink);
740 return partflush(__G__ rawbuf, size, unshrink);
748 static int partflush(__G__ rawbuf, size, unshrink)
752 int unshrink; variable
809 if (unshrink) {
969 # if (lenEOL == 1) /* don't check unshrink: both buffers small but equal */
970 if (!unshrink)
[all...]
H A Dunshrink.c11 unshrink.c version 1.21 23 Nov 95
37 This replacement version of unshrink.c was written from scratch. It is
51 of outbuf for the ASCII conversion in such a case; the "unshrink" argument
97 /* Function unshrink() */
100 int unshrink(__G) function
232 Trace((stderr, "unshrink: flush() error (%d)\n",
268 Trace((stderr, "unshrink: flush() error (%d)\n", error));
276 } /* end function unshrink() */
H A Dunzpriv.h906 typedef short shrint; /* short/int or "shrink int" (unshrink) */
1423 #define MAX_BITS 13 /* used in unshrink() */
1545 struct { /* unshrink(): */
1554 struct { /* unshrink(): */
1782 int flush OF((__GPRO__ uch *buf, ulg size, int unshrink));
1873 int unshrink OF((__GPRO)); /* unshrink.c */
1874 /* static void partial_clear OF((__GPRO)); * unshrink.c */
2210 * macro READBITS(nbits,zdest) * only used by unreduce and unshrink *
H A Dextract.c15 explode.c, inflate.c, unreduce.c and unshrink.c.
220 static ZCONST char Far Unshrink[] = "unshrink";
1372 G.bitbuf = 0L; /* unreduce and unshrink only */
1474 if ((r = unshrink(__G)) != PK_COOL) {

Completed in 66 milliseconds