Searched refs:inflate (Results 76 - 100 of 108) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/testzlib/
H A Dtestzlib.c250 ret=inflate(&zcpr,Z_SYNC_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/testzlib/
H A Dtestzlib.c250 ret=inflate(&zcpr,Z_SYNC_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A DMakefile116 $(obj)/misc.o: lib/inflate.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcontent_encoding.c115 status = inflate(z, Z_SYNC_FLUSH);
359 /* We don't have any data to inflate yet */
396 /* We still don't have any data to inflate! */
417 /* We don't have any data to inflate; wait until next time */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzjoin.c51 inflate() and the crc32_combine() function. gzjoin will not compile with
60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
288 z_stream strm; /* zlib inflate stream */
296 /* allocate buffer for uncompressed data and initialize raw inflate
308 /* inflate and copy compressed data, clear last-block bit if requested */
328 ret = inflate(&strm, Z_BLOCK);
H A Dgzappend.c51 zlib 1.2.x's inflate() function. This option returns from inflate() at each
54 another required feature of zlib 1.2.x is that inflate() now provides the
307 /* inflate and check for errors */
308 ret = inflate(strm, Z_BLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzlib.h168 /* Allowed flush values; see deflate() and inflate() below for details */
200 /* Possible values of the data_type field (though see inflate()) */
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
358 the zlib header if present: this will be done by inflate(). (So next_in and
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
365 inflate decompresses as much data as possible, and stops when the input
370 The detailed semantics are as follows. inflate performs one or both of the
376 will resume at this point for the next call of inflate().
379 accordingly. inflate() provides as much output as possible, until there
383 Before the call of inflate(), th
[all...]
H A Dgzio.c69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
169 * Note that in this case inflate *requires* an extra "dummy" byte
464 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
H A Dinflate.c0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
554 int ZEXPORT inflate(strm, flush) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c51 inflate() and the crc32_combine() function. gzjoin will not compile with
60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
288 z_stream strm; /* zlib inflate stream */
296 /* allocate buffer for uncompressed data and initialize raw inflate
308 /* inflate and copy compressed data, clear last-block bit if requested */
328 ret = inflate(&strm, Z_BLOCK);
H A Dgzappend.c51 zlib 1.2.x's inflate() function. This option returns from inflate() at each
54 another required feature of zlib 1.2.x is that inflate() now provides the
307 /* inflate and check for errors */
308 ret = inflate(strm, Z_BLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h168 /* Allowed flush values; see deflate() and inflate() below for details */
200 /* Possible values of the data_type field (though see inflate()) */
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
358 the zlib header if present: this will be done by inflate(). (So next_in and
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
365 inflate decompresses as much data as possible, and stops when the input
370 The detailed semantics are as follows. inflate performs one or both of the
376 will resume at this point for the next call of inflate().
379 accordingly. inflate() provides as much output as possible, until there
383 Before the call of inflate(), th
[all...]
H A Dgzio.c69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
169 * Note that in this case inflate *requires* an extra "dummy" byte
464 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlcldec.c259 zret = inflate(&(c->zstream), Z_FINISH);
261 av_log(avctx, AV_LOG_ERROR, "Mthread1 inflate error: %d\n", zret);
271 av_log(avctx, AV_LOG_ERROR, "Mthread2 inflate reset error: %d\n", zret);
278 zret = inflate(&(c->zstream), Z_FINISH);
280 av_log(avctx, AV_LOG_ERROR, "Mthread2 inflate error: %d\n", zret);
293 zret = inflate(&(c->zstream), Z_FINISH);
H A Dpngdec.c365 ret = inflate(&s->zstream, Z_PARTIAL_FLUSH);
H A Dzmbv.c498 inflate(&c->zstream, Z_FINISH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c621 * Set up to call inflate. We set avail_out to 1 initially so we can
635 * Call inflate, supplying more input or output as needed.
638 r = inflate(&state->strm, flush);
643 printf("z_decompress%d: inflate returned %d (%s)\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm31 ; if you define NO_GZIP (see inflate.h), compile with
37 ; in inflate_state in inflate.h)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm31 ; if you define NO_GZIP (see inflate.h), compile with
37 ; in inflate_state in inflate.h)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/as400/
H A Dzlib.inc213 D inflate PR 10I 0 extproc('inflate') Expand data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc213 D inflate PR 10I 0 extproc('inflate') Expand data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_trie.c170 static struct tnode *inflate(struct trie *t, struct tnode *tn);
503 * child array will be doubled by inflate()) and multiplying
568 tn = inflate(t, tn);
647 static struct tnode *inflate(struct trie *t, struct tnode *tn) function
654 pr_debug("In inflate\n");
664 * fails. In case of failure we return the oldnode and inflate
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h765 int inflate(int in, int out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c1212 z_ret = inflate(ctxt->strm, Z_NO_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dunzip.c105 z_stream stream; /* zLib stream structure for inflate */
1145 * Note that in this case inflate *requires* an extra "dummy" byte
1352 err=inflate(&pfile_in_zip_read_info->stream,flush);

Completed in 295 milliseconds

12345