Lines Matching full:there

87     Bytef    *next_out; /* next output byte should be put there */
121 int hcrc; /* true if there was or will be a header crc */
140 zalloc must return Z_NULL if there is not enough memory for the object.
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
237 msg is set to null if there is no error message. deflateInit does not
253 accordingly. If not all input can be processed (because there is not
270 output buffer because there might be more output pending.
297 pending output is flushed and deflate returns with Z_STREAM_END if there
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
356 version assumed by the caller. msg is set to null if there is no error
374 accordingly. If not all input can be processed (because there is not
379 accordingly. inflate() provides as much output as possible, until there
389 must be called again after making room in the output buffer because there
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
453 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
534 method). msg is set to null if there is no error message. deflateInit2 does
583 tried, for example when there are several ways of pre-processing the input
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
680 available there. If hcrc is true, a gzip header crc is included. Note that
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
730 is set to null if there is no error message. inflateInit2 does not perform
783 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
823 being decoded, then head->done is set to -1 to indicate that there will be
829 contents. hcrc is set to true if there is a header CRC. (The header CRC
834 If name is not Z_NULL, then up to name_max characters are written there,
836 comment is not Z_NULL, then up to comm_max characters are written there,
912 there is no input available, in() must return zero--buf is ignored in that
938 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1019 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1020 enough memory, Z_BUF_ERROR if there was not enough room in the output
1035 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1036 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
1060 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1061 enough memory, Z_BUF_ERROR if there was not enough room in the output
1080 gzopen returns NULL if the file could not be opened or if there was
1094 gzdopen returns NULL if there was insufficient memory to allocate
1129 return an error (0) with nothing written. In this case, there may also be a