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

/haiku/src/bin/unzip/
H A Dinflate.c113 c16d 05 Jul 99 C. Spieler take care of FLUSH() return values and
170 the following return codes are passed through from FLUSH() errors
243 FLUSH() and memzero macros. If the window size is not 32K, it
245 compiled functions to support the NEXTBYTE and/or FLUSH() macros.
246 There are defaults for NEXTBYTE and FLUSH() below for use as
248 also want FLUSH() to compute a crc on the data. inflate.h also
301 #ifndef FLUSH /* default is to simply write the buffer to stdout */
302 # define FLUSH(n) \ macro
428 if ((retval = FLUSH(wsize - G.dstrm.avail_out)) != 0)
456 if ((retval = FLUSH(wsiz
[all...]
H A Dinflatef.c59 #ifndef FLUSH /* default is to simply write the buffer to stdout */
60 # define FLUSH(n) \ macro
186 if ((retval = FLUSH(wsize - G.dstrm.avail_out)) != 0)
214 if ((retval = FLUSH(wsize - G.dstrm.avail_out)) != 0)
469 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
530 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
608 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
1001 /* flush out redirSlide and return (success, unless final FLUSH failed) */
1002 return (FLUSH(G.wp));
H A Dunzpriv.h2194 # define FLUSH(w) flush(__G__ (ulg)(w)) macro
2197 # define FLUSH(w) ((G.mem_mode) ? memflush(__G__ redirSlide,(ulg)(w)) \ macro

Completed in 99 milliseconds