Searched refs:inflate (Results 51 - 75 of 108) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dexample.c205 * Test inflate() with small buffers
229 err = inflate(&d_stream, Z_NO_FLUSH);
231 CHECK_ERR(err, "inflate");
238 fprintf(stderr, "bad inflate\n");
241 printf("inflate(): %s\n", (char *)uncompr);
301 * Test inflate() with large buffers
325 err = inflate(&d_stream, Z_NO_FLUSH);
327 CHECK_ERR(err, "large inflate");
334 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
404 inflate(
[all...]
H A Dzconf.h20 # define inflate z_inflate macro
159 The memory requirements for inflate are (in bytes) 1 << windowBits
H A Dzconf.in.h20 # define inflate z_inflate macro
159 The memory requirements for inflate are (in bytes) 1 << windowBits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dexample.c205 * Test inflate() with small buffers
229 err = inflate(&d_stream, Z_NO_FLUSH);
231 CHECK_ERR(err, "inflate");
238 fprintf(stderr, "bad inflate\n");
241 printf("inflate(): %s\n", (char *)uncompr);
301 * Test inflate() with large buffers
325 err = inflate(&d_stream, Z_NO_FLUSH);
327 CHECK_ERR(err, "large inflate");
334 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
404 inflate(
[all...]
H A Dzconf.h20 # define inflate z_inflate macro
159 The memory requirements for inflate are (in bytes) 1 << windowBits
H A Dzconf.in.h20 # define inflate z_inflate macro
159 The memory requirements for inflate are (in bytes) 1 << windowBits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas206 {$L inflate.obj}
246 // inflate decompresses data
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; function
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
517 CCheck(inflate(FZRec, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas206 {$L inflate.obj}
246 // inflate decompresses data
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; function
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
517 CCheck(inflate(FZRec, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dmkhelp.pl205 status = inflate(&z, Z_SYNC_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtscc.c99 zret = inflate(&(c->zstream), Z_FINISH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dfitblk.c94 return last deflate() return value, or Z_MEM_ERROR if inflate()
106 ret = inflate(inf, Z_NO_FLUSH);
134 z_stream def, inf; /* zlib deflate and inflate states */
H A Dzpipe.c1 /* zpipe.c: example of proper use of zlib's inflate() and deflate()
8 Use switch statement for inflate() return values
90 /* allocate inflate state */
111 /* run inflate() on input until output buffer not full */
115 ret = inflate(&strm, Z_NO_FLUSH);
132 /* done when inflate() says it's done */
H A Dzran.c28 inflate is initialized with those bits and the 32K of uncompressed data, and
149 /* initialize inflate */
159 /* inflate the input, maintain a sliding window, and build an index -- this
186 /* inflate until out of input, output, or at end of block --
190 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
263 /* initialize file and inflate state to start there */
269 ret = inflateInit2(&strm, -15); /* raw inflate */
321 ret = inflate(&strm, Z_NO_FLUSH); /* normal inflate */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/old/os2/
H A DMakefile.os246 zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
130 inflate.o: zutil.h zlib.h zconf.h infblock.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dfitblk.c94 return last deflate() return value, or Z_MEM_ERROR if inflate()
106 ret = inflate(inf, Z_NO_FLUSH);
134 z_stream def, inf; /* zlib deflate and inflate states */
H A Dzpipe.c1 /* zpipe.c: example of proper use of zlib's inflate() and deflate()
8 Use switch statement for inflate() return values
90 /* allocate inflate state */
111 /* run inflate() on input until output buffer not full */
115 ret = inflate(&strm, Z_NO_FLUSH);
132 /* done when inflate() says it's done */
H A Dzran.c28 inflate is initialized with those bits and the 32K of uncompressed data, and
149 /* initialize inflate */
159 /* inflate the input, maintain a sliding window, and build an index -- this
186 /* inflate until out of input, output, or at end of block --
190 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
263 /* initialize file and inflate state to start there */
269 ret = inflateInit2(&strm, -15); /* raw inflate */
321 ret = inflate(&strm, Z_NO_FLUSH); /* normal inflate */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/old/os2/
H A DMakefile.os246 zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
130 inflate.o: zutil.h zlib.h zconf.h infblock.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A DMakefile112 $(obj)/misc.o: $(obj)/misc.c include/asm/arch/uncompress.h lib/inflate.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas88 function inflate(var strm: z_stream; flush: Integer): Integer; function
151 {$L inflate.obj}
172 function inflate; external; function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas88 function inflate(var strm: z_stream; flush: Integer): Integer; function
151 {$L inflate.obj}
172 function inflate; external; function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c3 /* inflate.c -- Not copyrighted 1992 by Mark Adler
34 There are (currently) three kinds of inflate blocks: stored, fixed, and
108 static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";
154 STATIC int INIT inflate OF((void));
157 /* The inflate algorithm uses a sliding 32 K byte window on the uncompressed
190 /* Macros for inflate() bit peeking and grabbing.
552 /* inflate (decompress) the codes in a deflated (compressed) block.
569 /* inflate the coded data */
1020 /* inflate that block type */
1039 STATIC int INIT inflate(voi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c7 /* inflate.c -- Not copyrighted 1992 by Mark Adler
38 There are (currently) three kinds of inflate blocks: stored, fixed, and
113 static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";
155 STATIC int inflate OF((void));
158 /* The inflate algorithm uses a sliding 32 K byte window on the uncompressed
191 /* Macros for inflate() bit peeking and grabbing.
522 /* inflate (decompress) the codes in a deflated (compressed) block.
539 /* inflate the coded data */
947 /* inflate that block type */
963 STATIC int inflate()
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DMakefile37 zlib := inffast.c inflate.c inftrees.c
38 zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Ddeflate.c262 * Set up to call inflate.
271 r = inflate(&state->strm, Z_PACKET_FLUSH);
276 printf("z_decompress%d: inflate returned %d (%s)\n",

Completed in 119 milliseconds

12345