Lines Matching refs:source
18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
665 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
689 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
774 z_streamp source));
776 Sets the destination stream as a complete copy of the source stream.
784 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
785 (such as zalloc being NULL). msg is left unchanged in both source and
795 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
811 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
851 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1005 standard memory allocation functions). The source code of these
1010 const Bytef *source, uLong sourceLen));
1012 Compresses the source buffer into the destination buffer. sourceLen is
1013 the byte length of the source buffer. Upon entry, destLen is the total
1025 const Bytef *source, uLong sourceLen,
1028 Compresses the source buffer into the destination buffer. The level
1030 length of the source buffer. Upon entry, destLen is the total size of the
1048 const Bytef *source, uLong sourceLen));
1050 Decompresses the source buffer into the destination buffer. sourceLen is
1051 the byte length of the source buffer. Upon entry, destLen is the total