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

/haiku/src/bin/unzip/
H A Dunshrink.c159 G.outcnt = 0L;
169 ++G.outcnt;
229 if (++G.outcnt == outbufsiz) {
230 Trace((stderr, "doing flush(), outcnt = %lu\n", G.outcnt));
231 if ((error = flush(__G__ realbuf, G.outcnt, TRUE)) != 0) {
237 G.outcnt = 0L;
265 if (G.outcnt > 0L) {
266 Trace((stderr, "doing final flush(), outcnt = %lu\n", G.outcnt));
[all...]
H A Dfunzip.c65 3.4 21 Oct 93 G. Roelofs renamed quietflg to qflag; changed outcnt,
470 G.outcnt = 0L;
513 if (++G.outcnt == (WSIZE>>1)) /* do FlushOutput() */
515 if (++G.outcnt == WSIZE) /* do FlushOutput() */
518 G.crc32val = crc32(G.crc32val, slide, (extent)G.outcnt);
519 if (fwrite((char *)slide, 1,(extent)G.outcnt,out) != (extent)G.outcnt
522 outsiz += G.outcnt;
524 G.outcnt = 0L;
528 if (G.outcnt) /* flus
[all...]
H A Dglobals.h285 ulg outcnt; /* number of chars stored in outbuf */ member in struct:Globals
H A Dextract.c1451 G.outcnt = 0L;
1454 if (++G.outcnt == wsize) {
1455 error = flush(__G__ redirSlide, G.outcnt, 0);
1457 G.outcnt = 0L;
1461 if (G.outcnt) /* flush final (partial) buffer */
1462 flush(__G__ redirSlide, G.outcnt, 0);
1963 G.outcnt = G.csize; /* for CRC calculation */
1969 G.outcnt = 0L;
1979 if (G.outcnt == 0L) /* inflate's final FLUSH sets outcnt */
[all...]

Completed in 40 milliseconds