Searched refs:strm (Results 26 - 50 of 73) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm
[all...]
H A Dinfback.c22 strm provides memory allocation functions in zalloc and zfree, or
28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
29 z_streamp strm;
40 if (strm == Z_NULL || window == Z_NULL ||
43 strm->msg = Z_NULL; /* in case we return an error */
44 if (strm->zalloc == (alloc_func)0) {
45 strm->zalloc = zcalloc;
46 strm->opaque = (voidpf)0;
48 if (strm->zfree == (free_func)0) strm
[all...]
H A Dinffast.c43 strm->avail_in >= 6
44 strm->avail_out >= 258
45 start >= strm->avail_out
59 Therefore if strm->avail_in >= 6, then there is enough input to avoid
64 requires strm->avail_out >= 258 for each loop to avoid checking for
67 void inflate_fast(strm, start)
68 z_streamp strm;
69 unsigned start; /* inflate()'s starting value for strm->avail_out */
72 unsigned char FAR *in; /* local strm->next_in */
74 unsigned char FAR *out; /* local strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h384 extern int EXPORT deflateInit OF((z_streamp strm, int level));
406 extern int EXPORT deflate OF((z_streamp strm, int flush));
481 extern int EXPORT deflateEnd OF((z_streamp strm));
496 extern int EXPORT inflateInit OF((z_streamp strm));
511 extern int EXPORT inflate OF((z_streamp strm, int flush));
564 In the Z_NEED_DICT case, strm->adler is set to the Adler32 value of the
569 extern int EXPORT inflateEnd OF((z_streamp strm));
587 extern int EXPORT deflateInit2 OF((z_streamp strm,
645 extern int EXPORT deflateSetDictionary OF((z_streamp strm,
661 Upon return of this function, strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c54 strm->avail_in >= 6
55 strm->avail_out >= 258
56 start >= strm->avail_out
70 Therefore if strm->avail_in >= 6, then there is enough input to avoid
75 requires strm->avail_out >= 258 for each loop to avoid checking for
86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
88 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c54 strm->avail_in >= 6
55 strm->avail_out >= 258
56 start >= strm->avail_out
70 Therefore if strm->avail_in >= 6, then there is enough input to avoid
75 requires strm->avail_out >= 258 for each loop to avoid checking for
86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
88 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c14 strm provides memory allocation functions in zalloc and zfree, or
19 int ZEXPORT inflateBack9Init_(strm, window, version, stream_size)
20 z_stream FAR *strm;
30 if (strm == Z_NULL || window == Z_NULL)
32 strm->msg = Z_NULL; /* in case we return an error */
33 if (strm->zalloc == (alloc_func)0) {
34 strm->zalloc = zcalloc;
35 strm->opaque = (voidpf)0;
37 if (strm->zfree == (free_func)0) strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c14 strm provides memory allocation functions in zalloc and zfree, or
19 int ZEXPORT inflateBack9Init_(strm, window, version, stream_size)
20 z_stream FAR *strm;
30 if (strm == Z_NULL || window == Z_NULL)
32 strm->msg = Z_NULL; /* in case we return an error */
33 if (strm->zalloc == (alloc_func)0) {
34 strm->zalloc = zcalloc;
35 strm->opaque = (voidpf)0;
37 if (strm->zfree == (free_func)0) strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Ddeflate.c62 z_stream strm; member in struct:deflate_state
157 state->strm.next_out = NULL;
158 state->strm.zalloc = (alloc_func) z_alloc;
159 state->strm.zfree = (free_func) z_free;
160 if (inflateInit2(&state->strm, -w_size) != Z_OK) {
176 inflateEnd(&state->strm);
201 inflateReset(&state->strm);
213 inflateReset(&state->strm);
265 state->strm.next_in = rptr;
266 state->strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinfback.c22 strm provides memory allocation functions in zalloc and zfree, or
28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
29 z_streamp strm;
40 if (strm == Z_NULL || window == Z_NULL ||
43 strm->msg = Z_NULL; /* in case we return an error */
44 if (strm->zalloc == (alloc_func)0) {
45 strm->zalloc = zcalloc;
46 strm->opaque = (voidpf)0;
48 if (strm->zfree == (free_func)0) strm
[all...]
H A Dinffast.c43 strm->avail_in >= 6
44 strm->avail_out >= 258
45 start >= strm->avail_out
59 Therefore if strm->avail_in >= 6, then there is enough input to avoid
64 requires strm->avail_out >= 258 for each loop to avoid checking for
67 void inflate_fast(strm, start)
68 z_streamp strm;
69 unsigned start; /* inflate()'s starting value for strm->avail_out */
72 unsigned char FAR *in; /* local strm->next_in */
74 unsigned char FAR *out; /* local strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgun.c189 of buffered input at next. strm is used for passing error information back
193 file, read error, or write error (a write error indicated by strm->next_in
197 int outfile, z_stream *strm)
225 strm->msg = (char *)"unknown lzw flags set";
230 strm->msg = (char *)"lzw bits out of range";
250 strm->msg = (char *)"invalid lzw code";
277 strm->next_in = outbuf; /* signal write error */
317 strm->msg = (char *)"invalid lzw code";
347 strm->next_in = outbuf; /* signal write error */
362 /* Decompress a gzip file from infile to outfile. strm i
196 lunpipe(unsigned have, unsigned char *next, struct ind *indp, int outfile, z_stream *strm) argument
374 gunpipe(z_stream *strm, int infile, int outfile) argument
539 gunzip(z_stream *strm, char *inname, char *outname, int test) argument
627 z_stream strm; local
[all...]
H A Dgzlog.c269 z_stream strm; local
296 strm.zalloc = Z_NULL;
297 strm.zfree = Z_NULL;
298 strm.opaque = Z_NULL;
299 if (deflateInit2(&strm, Z_BEST_COMPRESSION, Z_DEFLATED, -15, 8,
305 strm.next_in = in;
306 strm.avail_out = max;
307 strm.next_out = out;
309 if (strm.next_in[0] != 0)
311 strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c189 of buffered input at next. strm is used for passing error information back
193 file, read error, or write error (a write error indicated by strm->next_in
197 int outfile, z_stream *strm)
225 strm->msg = (char *)"unknown lzw flags set";
230 strm->msg = (char *)"lzw bits out of range";
250 strm->msg = (char *)"invalid lzw code";
277 strm->next_in = outbuf; /* signal write error */
317 strm->msg = (char *)"invalid lzw code";
347 strm->next_in = outbuf; /* signal write error */
362 /* Decompress a gzip file from infile to outfile. strm i
196 lunpipe(unsigned have, unsigned char *next, struct ind *indp, int outfile, z_stream *strm) argument
374 gunpipe(z_stream *strm, int infile, int outfile) argument
539 gunzip(z_stream *strm, char *inname, char *outname, int test) argument
627 z_stream strm; local
[all...]
H A Dgzlog.c269 z_stream strm; local
296 strm.zalloc = Z_NULL;
297 strm.zfree = Z_NULL;
298 strm.opaque = Z_NULL;
299 if (deflateInit2(&strm, Z_BEST_COMPRESSION, Z_DEFLATED, -15, 8,
305 strm.next_in = in;
306 strm.avail_out = max;
307 strm.next_out = out;
309 if (strm.next_in[0] != 0)
311 strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c75 static void flush_pending (z_streamp strm);
76 static int read_buf (z_streamp strm, Byte *buf, unsigned size);
168 z_streamp strm,
185 if (strm == NULL) return Z_STREAM_ERROR;
187 strm->msg = NULL;
191 mem = (deflate_workspace *) strm->workspace;
203 strm->state = (struct internal_state *)s;
204 s->strm = strm;
233 return zlib_deflateReset(strm);
167 zlib_deflateInit2( z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy ) argument
315 zlib_deflate( z_streamp strm, int flush ) argument
485 read_buf( z_streamp strm, Byte *buf, unsigned size ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas84 function deflateInit(var strm: z_stream; level: Integer): Integer;
85 function deflate(var strm: z_stream; flush: Integer): Integer;
86 function deflateEnd(var strm: z_stream): Integer;
87 function inflateInit(var strm: z_stream): Integer;
88 function inflate(var strm: z_stream; flush: Integer): Integer;
89 function inflateEnd(var strm: z_stream): Integer;
92 function deflateInit2(var strm: z_stream; level, method, windowBits,
94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
97 function deflateReset(var strm: z_stream): Integer;
98 function deflateParams(var strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas84 function deflateInit(var strm: z_stream; level: Integer): Integer;
85 function deflate(var strm: z_stream; flush: Integer): Integer;
86 function deflateEnd(var strm: z_stream): Integer;
87 function inflateInit(var strm: z_stream): Integer;
88 function inflate(var strm: z_stream; flush: Integer): Integer;
89 function inflateEnd(var strm: z_stream): Integer;
92 function deflateInit2(var strm: z_stream; level, method, windowBits,
94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
97 function deflateReset(var strm: z_stream): Integer;
98 function deflateParams(var strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas241 function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar;
243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external;
244 function deflateEnd(var strm: TZStreamRec): Integer; external;
247 function inflateInit_(var strm: TZStreamRec; version: PChar;
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external;
250 function inflateEnd(var strm: TZStreamRec): Integer; external;
251 function inflateReset(var strm: TZStreamRec): Integer; external;
289 strm: TZStreamRec;
292 FillChar(strm, sizeof(strm),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas241 function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar;
243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external;
244 function deflateEnd(var strm: TZStreamRec): Integer; external;
247 function inflateInit_(var strm: TZStreamRec; version: PChar;
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external;
250 function inflateEnd(var strm: TZStreamRec): Integer; external;
251 function inflateReset(var strm: TZStreamRec): Integer; external;
289 strm: TZStreamRec;
292 FillChar(strm, sizeof(strm),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinffast.c43 strm->avail_in >= 6
44 strm->avail_out >= 258
45 start >= strm->avail_out
59 Therefore if strm->avail_in >= 6, then there is enough input to avoid
64 requires strm->avail_out >= 258 for each loop to avoid checking for
67 - @start: inflate()'s starting value for strm->avail_out
69 void inflate_fast(z_streamp strm, unsigned start) argument
72 unsigned char *in; /* local strm->next_in */
74 unsigned char *out; /* local strm->next_out */
75 unsigned char *beg; /* inflate()'s initial strm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbzip2_inflate.c126 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
127 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
299 bz_stream* strm; member in struct:__anon11546
574 bz_stream* strm,
581 bz_stream* strm,
586 bz_stream* strm
590 bz_stream *strm,
596 bz_stream* strm
667 BZ2_bzDecompressInit( bz_stream* strm, int verbosity, int small ) argument
1037 bz_stream strm; local
1198 bz_stream* strm = s->strm; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/comp/
H A Dc_zlib.c67 static int stub_inflateEnd(z_streamp strm);
68 static int stub_inflate(z_streamp strm, int flush);
69 static int stub_inflateInit_(z_streamp strm, const char * version,
75 typedef int (Z_CALLCONV *inflateEnd_ft)(z_streamp strm);
76 typedef int (Z_CALLCONV *inflate_ft)(z_streamp strm, int flush);
77 typedef int (Z_CALLCONV *inflateInit__ft)(z_streamp strm,
245 stub_inflateEnd(z_streamp strm) argument
248 return(p_inflateEnd(strm));
254 stub_inflate(z_streamp strm, int flush) argument
257 return(p_inflate(strm,flus
263 stub_inflateInit_(z_streamp strm, const char * version, int stream_size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzlib.h101 bz_stream* strm,
108 bz_stream* strm,
113 bz_stream* strm
117 bz_stream *strm,
123 bz_stream* strm
127 bz_stream *strm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c47 strm->avail_in >= 6
48 strm->avail_out >= 258
49 start >= strm->avail_out
63 Therefore if strm->avail_in >= 6, then there is enough input to avoid
68 requires strm->avail_out >= 258 for each loop to avoid checking for
71 void inflate_fast(strm, start)
72 z_streamp strm;
73 unsigned start; /* inflate()'s starting value for strm->avail_out */
81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm
[all...]

Completed in 383 milliseconds

123