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

12

/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dzconf.h88 #define inflateBack z_inflateBack macro
H A Dzlib.h445 inflateBack() and perform their own processing of the gzip header and
861 Initialize the internal stream state for decompression using inflateBack()
871 See inflateBack() for the usage of these routines.
882 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
886 inflateBack() does a raw inflate with a single call using a call-back
891 the output function, at least until inflateBack() returns.
895 inflateBack() may then be used multiple times to inflate a complete, raw
907 inflateBack() uses two subroutines supplied by the caller that are then
908 called by inflateBack() for input and output. inflateBack() call
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dvers-script-1.d136 inflateBack @135
H A Dvers-script-dll.c71 FUNC(inflateBack)
/netbsd-current/common/dist/zlib/test/
H A Dinfcover.c446 /* input and output functions for inflateBack() */
469 /* cover inflateBack() up to common deflate data cases and after those */
479 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL);
482 fputs("inflateBack bad parameters\n", stderr);
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
499 mem_done(&strm, "inflateBack bad state");
503 fputs("inflateBack built-in memory routines\n", stderr);
506 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/test/
H A Dinfcover.c446 /* input and output functions for inflateBack() */
469 /* cover inflateBack() up to common deflate data cases and after those */
479 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL);
482 fputs("inflateBack bad parameters\n", stderr);
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
499 mem_done(&strm, "inflateBack bad state");
503 fputs("inflateBack built-in memory routines\n", stderr);
506 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/test/
H A Dinfcover.c446 /* input and output functions for inflateBack() */
469 /* cover inflateBack() up to common deflate data cases and after those */
479 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL);
482 fputs("inflateBack bad parameters\n", stderr);
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
499 mem_done(&strm, "inflateBack bad state");
503 fputs("inflateBack built-in memory routines\n", stderr);
506 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/test/
H A Dinfcover.c446 /* input and output functions for inflateBack() */
469 /* cover inflateBack() up to common deflate data cases and after those */
479 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL);
482 fputs("inflateBack bad parameters\n", stderr);
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
499 mem_done(&strm, "inflateBack bad state");
503 fputs("inflateBack built-in memory routines\n", stderr);
506 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/test/
H A Dinfcover.c446 /* input and output functions for inflateBack() */
469 /* cover inflateBack() up to common deflate data cases and after those */
479 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL);
482 fputs("inflateBack bad parameters\n", stderr);
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
499 mem_done(&strm, "inflateBack bad state");
503 fputs("inflateBack built-in memory routines\n", stderr);
506 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
209 function inflateBack; external; function
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
209 function inflateBack; external; function
/netbsd-current/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
209 function inflateBack; external; function
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
209 function inflateBack; external; function
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
209 function inflateBack; external; function
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h79 # define inflateBack netpgpv_z_inflateBack macro
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() fo
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dzlib.d1072 Initialize the internal stream state for decompression using inflateBack()
1082 See inflateBack() for the usage of these routines.
1093 int inflateBack(z_stream* strm,
1099 inflateBack() does a raw inflate with a single call using a call-back
1104 buffers. inflateBack() trusts the application to not change the output
1105 buffer passed by the output function, at least until inflateBack() returns.
1109 inflateBack() may then be used multiple times to inflate a complete, raw
1121 inflateBack() uses two subroutines supplied by the caller that are then
1122 called by inflateBack() for input and output. inflateBack() call
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dzlib.d1078 Initialize the internal stream state for decompression using inflateBack()
1088 See inflateBack() for the usage of these routines.
1099 int inflateBack(z_stream* strm,
1105 inflateBack() does a raw inflate with a single call using a call-back
1110 buffers. inflateBack() trusts the application to not change the output
1111 buffer passed by the output function, at least until inflateBack() returns.
1115 inflateBack() may then be used multiple times to inflate a complete, raw
1127 inflateBack() uses two subroutines supplied by the caller that are then
1128 called by inflateBack() for input and output. inflateBack() call
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dzconf.h102 # define inflateBack z_inflateBack macro
/netbsd-current/common/dist/zlib/
H A Dzconf.h109 # define inflateBack z_inflateBack macro
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dzconf.h102 # define inflateBack z_inflateBack macro
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dzconf.h102 # define inflateBack z_inflateBack macro
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzconf.h102 # define inflateBack z_inflateBack macro
/netbsd-current/external/gpl3/gdb/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/binutils/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/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 */

Completed in 426 milliseconds

12