Searched refs:inflateBack (Results 26 - 43 of 43) sorted by relevance

12

/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgun.c1 /* 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 */
/netbsd-current/common/dist/zlib/examples/
H A Dgun.c1 /* 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 */
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinfback.c125 /* 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() cal
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function
[all...]
H A Dzlib.h1074 Initialize the internal stream state for decompression using inflateBack()
1084 See inflateBack() for the usage of these routines.
1096 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1100 inflateBack() does a raw inflate with a single call using a call-back
1105 buffers. inflateBack() trusts the application to not change the output
1106 buffer passed by the output function, at least until inflateBack() returns.
1110 inflateBack() may then be used multiple times to inflate a complete, raw
1122 inflateBack() uses two subroutines supplied by the caller that are then
1123 called by inflateBack() for input and output. inflateBack() call
[all...]
/netbsd-current/common/dist/zlib/
H A Dinfback.c128 /* Macros for inflateBack(): */
160 then return a Z_BUF_ERROR from inflateBack(). */
173 /* Get a byte of input into the bit accumulator, or return from inflateBack()
184 not enough available input to do that, then return from inflateBack() with
211 if it's full. If the write fails, return from inflateBack() with a
232 inflateBack() needs more input, it calls in(). When inflateBack() has
235 change the provided input until in() is called again or inflateBack()
237 inflateBack() returns.
240 inflateBack() cal
253 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function
[all...]
H A Dzlib.h1078 Initialize the internal stream state for decompression using inflateBack()
1088 See inflateBack() for the usage of these routines.
1100 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1104 inflateBack() does a raw inflate with a single call using a call-back
1109 buffers. inflateBack() trusts the application to not change the output
1110 buffer passed by the output function, at least until inflateBack() returns.
1114 inflateBack() may then be used multiple times to inflate a complete, raw
1126 inflateBack() uses two subroutines supplied by the caller that are then
1127 called by inflateBack() for input and output. inflateBack() call
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dzlib.h1076 Initialize the internal stream state for decompression using inflateBack()
1086 See inflateBack() for the usage of these routines.
1098 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1102 inflateBack() does a raw inflate with a single call using a call-back
1107 buffers. inflateBack() trusts the application to not change the output
1108 buffer passed by the output function, at least until inflateBack() returns.
1112 inflateBack() may then be used multiple times to inflate a complete, raw
1124 inflateBack() uses two subroutines supplied by the caller that are then
1125 called by inflateBack() for input and output. inflateBack() call
[all...]
H A Dinfback.c125 /* 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() cal
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzlib.h1076 Initialize the internal stream state for decompression using inflateBack()
1086 See inflateBack() for the usage of these routines.
1098 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1102 inflateBack() does a raw inflate with a single call using a call-back
1107 buffers. inflateBack() trusts the application to not change the output
1108 buffer passed by the output function, at least until inflateBack() returns.
1112 inflateBack() may then be used multiple times to inflate a complete, raw
1124 inflateBack() uses two subroutines supplied by the caller that are then
1125 called by inflateBack() for input and output. inflateBack() call
[all...]
H A Dinfback.c125 /* 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() cal
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinfback.c125 /* 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() cal
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function
[all...]
H A Dzlib.h1076 Initialize the internal stream state for decompression using inflateBack()
1086 See inflateBack() for the usage of these routines.
1098 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1102 inflateBack() does a raw inflate with a single call using a call-back
1107 buffers. inflateBack() trusts the application to not change the output
1108 buffer passed by the output function, at least until inflateBack() returns.
1112 inflateBack() may then be used multiple times to inflate a complete, raw
1124 inflateBack() uses two subroutines supplied by the caller that are then
1125 called by inflateBack() for input and output. inflateBack() call
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/os400/
H A Dzlib.inc452 D inflateBack PR 10I 0 extproc('inflateBack')
/netbsd-current/common/dist/zlib/os400/
H A Dzlib.inc452 D inflateBack PR 10I 0 extproc('inflateBack')
/netbsd-current/external/gpl3/binutils/dist/zlib/os400/
H A Dzlib.inc452 D inflateBack PR 10I 0 extproc('inflateBack')
/netbsd-current/external/gpl3/gdb/dist/zlib/os400/
H A Dzlib.inc452 D inflateBack PR 10I 0 extproc('inflateBack')
/netbsd-current/external/gpl3/binutils.old/dist/zlib/os400/
H A Dzlib.inc452 D inflateBack PR 10I 0 extproc('inflateBack')
/netbsd-current/external/zlib/pigz/dist/
H A Dpigz.c352 inflateBackInit(), inflateBack(), inflateBackEnd(),
2790 /* call-back input function for inflateBack() */
2800 #define OUTSIZE 32768U /* must be at least 32K for inflateBack() window */
2852 /* call-back output function for inflateBack() -- wait for the last write and
2941 ret = inflateBack(&strm, inb, NULL, outb, NULL);

Completed in 376 milliseconds

12