Searched refs:Z_BUF_ERROR (Results 1 - 25 of 127) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/
H A Duncompr.c22 enough memory, Z_BUF_ERROR if there was not enough room in the output
37 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
41 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c18 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
35 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
39 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Duncompr.c21 enough memory, Z_BUF_ERROR if there was not enough room in the output
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c19 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A Duncompr.c22 enough memory, Z_BUF_ERROR if there was not enough room in the output
37 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
41 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
H A Dcompress.c18 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
35 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
39 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 return err == Z_OK ? Z_BUF_ERROR : err;
H A Dinfutil.c39 if (n && r == Z_BUF_ERROR) r = Z_OK;
65 if (n && r == Z_BUF_ERROR) r = Z_OK;
H A Dinftrees.c105 tables to decode that set of codes. Return Z_OK on success, Z_BUF_ERROR
290 /* Return Z_BUF_ERROR if we were given an incomplete table */
291 return y != 0 && g != 1 ? Z_BUF_ERROR : Z_OK;
312 else if (r == Z_BUF_ERROR || *bb == 0)
362 else if (r == Z_BUF_ERROR) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
H A Duncompr.c22 enough memory, Z_BUF_ERROR if there was not enough room in the output
37 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
41 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c18 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
35 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
39 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Duncompr.c21 enough memory, Z_BUF_ERROR if there was not enough room in the output
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c19 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
H A Duncompr.c22 enough memory, Z_BUF_ERROR if there was not enough room in the output
37 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
41 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c18 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
35 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
39 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Duncompr.c21 enough memory, Z_BUF_ERROR if there was not enough room in the output
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c19 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/examples/
H A Dgun.c192 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
223 return Z_BUF_ERROR;
248 return Z_BUF_ERROR;
278 return Z_BUF_ERROR;
287 return Z_BUF_ERROR;
348 return Z_BUF_ERROR;
370 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
390 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
411 ret = Z_BUF_ERROR;
470 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/examples/
H A Dgun.c195 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
227 return Z_BUF_ERROR;
252 return Z_BUF_ERROR;
282 return Z_BUF_ERROR;
291 return Z_BUF_ERROR;
354 return Z_BUF_ERROR;
378 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
398 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
419 ret = Z_BUF_ERROR;
478 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/examples/
H A Dgun.c192 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
223 return Z_BUF_ERROR;
248 return Z_BUF_ERROR;
278 return Z_BUF_ERROR;
287 return Z_BUF_ERROR;
348 return Z_BUF_ERROR;
370 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
390 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
411 ret = Z_BUF_ERROR;
470 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/examples/
H A Dgun.c195 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
227 return Z_BUF_ERROR;
252 return Z_BUF_ERROR;
282 return Z_BUF_ERROR;
291 return Z_BUF_ERROR;
354 return Z_BUF_ERROR;
378 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
398 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
419 ret = Z_BUF_ERROR;
478 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/examples/
H A Dgun.c192 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
223 return Z_BUF_ERROR;
248 return Z_BUF_ERROR;
278 return Z_BUF_ERROR;
287 return Z_BUF_ERROR;
348 return Z_BUF_ERROR;
370 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
390 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
411 ret = Z_BUF_ERROR;
470 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/examples/
H A Dgun.c195 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
227 return Z_BUF_ERROR;
252 return Z_BUF_ERROR;
282 return Z_BUF_ERROR;
291 return Z_BUF_ERROR;
354 return Z_BUF_ERROR;
378 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
398 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
419 ret = Z_BUF_ERROR;
478 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dzlib.h155 #define Z_BUF_ERROR (-5) macro
285 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
422 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
423 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
572 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
645 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dzlib.h155 #define Z_BUF_ERROR (-5) macro
285 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
422 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
423 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
572 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
645 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppdump/
H A Dzlib.h224 #define Z_BUF_ERROR (-5) macro
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
418 was NULL), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
574 inflateSync returns Z_OK if the special marker has been found, Z_BUF_ERROR

Completed in 173 milliseconds

123456