HomeSort by: relevance | last modified time | path
    Searched refs:inflateBack (Results 1 - 9 of 9) sorted by relevancy

  /src/common/dist/zlib/test/
infcover.c 446 /* input and output functions for inflateBack() */
470 /* cover inflateBack() up to common deflate data cases and after those */
480 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL);
483 fputs("inflateBack bad parameters\n", stderr);
489 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
494 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
497 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
500 mem_done(&strm, "inflateBack bad state");
504 fputs("inflateBack built-in memory routines\n", stderr);
507 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */
    [all...]
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
209 function inflateBack; external;
  /src/common/dist/zlib/
zconf.h 109 # define inflateBack z_inflateBack
infback.c 119 /* Macros for inflateBack(): */
151 then return a Z_BUF_ERROR from inflateBack(). */
164 /* Get a byte of input into the bit accumulator, or return from inflateBack()
175 not enough available input to do that, then return from inflateBack() with
202 if it's full. If the write fails, return from inflateBack() with a
223 inflateBack() needs more input, it calls in(). When inflateBack() has
226 change the provided input until in() is called again or inflateBack()
228 inflateBack() returns.
231 inflateBack() call. This parameter can be a structure that provides th
    [all...]
zlib.h 1081 Initialize the internal stream state for decompression using inflateBack()
1091 See inflateBack() for the usage of these routines.
1103 ZEXTERN int ZEXPORT inflateBack(z_streamp strm,
1107 inflateBack() does a raw inflate with a single call using a call-back
1112 buffers. inflateBack() trusts the application to not change the output
1113 buffer passed by the output function, at least until inflateBack() returns.
1117 inflateBack() may then be used multiple times to inflate a complete, raw
1129 inflateBack() uses two subroutines supplied by the caller that are then
1130 called by inflateBack() for input and output. inflateBack() calls thos
    [all...]
zconf.h.cmakein 107 # define inflateBack z_inflateBack
zconf.h.in 105 # define inflateBack z_inflateBack
  /src/common/dist/zlib/examples/
gun.c 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
7 1.0 16 Feb 2003 First version for testing of inflateBack()
69 #include "zlib.h" /* inflateBackInit(), inflateBack(), */
475 ret = inflateBack(strm, in, indp, out, &outd);
541 an empty string, write to stdout. strm is a pre-initialized inflateBack
638 /* initialize inflateBack state for repeated use */
  /src/common/dist/zlib/os400/
zlib.inc 452 D inflateBack PR 10I 0 extproc('inflateBack')

Completed in 31 milliseconds