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

  /src/common/dist/zlib/
infback.c 68 /* Macros for inflateBack(): */
100 then return a Z_BUF_ERROR from inflateBack(). */
113 /* Get a byte of input into the bit accumulator, or return from inflateBack()
124 not enough available input to do that, then return from inflateBack() with
151 if it's full. If the write fails, return from inflateBack() with a
172 inflateBack() needs more input, it calls in(). When inflateBack() has
175 change the provided input until in() is called again or inflateBack()
177 inflateBack() returns.
180 inflateBack() call. This parameter can be a structure that provides th
    [all...]
zconf.h 114 # define inflateBack z_inflateBack
  /src/external/gpl3/binutils/dist/zlib/
infback.c 117 /* Macros for inflateBack(): */
149 then return a Z_BUF_ERROR from inflateBack(). */
162 /* Get a byte of input into the bit accumulator, or return from inflateBack()
173 not enough available input to do that, then return from inflateBack() with
200 if it's full. If the write fails, return from inflateBack() with a
221 inflateBack() needs more input, it calls in(). When inflateBack() has
224 change the provided input until in() is called again or inflateBack()
226 inflateBack() returns.
229 inflateBack() call. This parameter can be a structure that provides th
    [all...]
zconf.h 105 # define inflateBack z_inflateBack
  /src/external/gpl3/binutils.old/dist/zlib/
infback.c 125 /* Macros for inflateBack(): */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
208 if it's full. If the write fails, return from inflateBack() with a
229 inflateBack() needs more input, it calls in(). When inflateBack() has
232 change the provided input until in() is called again or inflateBack()
234 inflateBack() returns.
237 inflateBack() call. This parameter can be a structure that provides th
    [all...]
zconf.h 102 # define inflateBack z_inflateBack
  /src/external/gpl3/gdb.old/dist/zlib/
infback.c 125 /* Macros for inflateBack(): */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
208 if it's full. If the write fails, return from inflateBack() with a
229 inflateBack() needs more input, it calls in(). When inflateBack() has
232 change the provided input until in() is called again or inflateBack()
234 inflateBack() returns.
237 inflateBack() call. This parameter can be a structure that provides th
    [all...]
zconf.h 102 # define inflateBack z_inflateBack
  /src/external/gpl3/gdb/dist/zlib/
infback.c 117 /* Macros for inflateBack(): */
149 then return a Z_BUF_ERROR from inflateBack(). */
162 /* Get a byte of input into the bit accumulator, or return from inflateBack()
173 not enough available input to do that, then return from inflateBack() with
200 if it's full. If the write fails, return from inflateBack() with a
221 inflateBack() needs more input, it calls in(). When inflateBack() has
224 change the provided input until in() is called again or inflateBack()
226 inflateBack() returns.
229 inflateBack() call. This parameter can be a structure that provides th
    [all...]
zconf.h 105 # define inflateBack z_inflateBack
  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 88 #define inflateBack z_inflateBack
  /src/external/gpl3/binutils/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/external/gpl3/binutils.old/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/external/gpl3/gdb.old/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/external/gpl3/gdb/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/contrib/pascal/
zlibpas.pas 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
209 function inflateBack; external;
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 79 # define inflateBack netpgpv_z_inflateBack
788 inflateBack() and perform their own processing of the gzip header and
1204 Initialize the internal stream state for decompression using inflateBack()
1214 See inflateBack() for the usage of these routines.
1225 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1229 inflateBack() does a raw inflate with a single call using a call-back
1234 the output function, at least until inflateBack() returns.
1238 inflateBack() may then be used multiple times to inflate a complete, raw
1250 inflateBack() uses two subroutines supplied by the caller that are then
1251 called by inflateBack() for input and output. inflateBack() calls thos
    [all...]

Completed in 26 milliseconds