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.
580 z_streamp source));
582 Sets the destination stream as a complete copy of the source stream.
592 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
593 (such as zalloc being NULL). msg is left unchanged in both source and
604 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
624 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
639 specific input data. Read the deflate.c source code for the meaning of the
667 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
691 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
776 z_streamp source));
778 Sets the destination stream as a complete copy of the source stream.
786 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
787 (such as zalloc being NULL). msg is left unchanged in both source and
797 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
813 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
853 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1007 standard memory allocation functions). The source code of these
1012 const Bytef *source, uLong sourceLen));
1014 Compresses the source buffer into the destination buffer. sourceLen is
1015 the byte length of the source buffer. Upon entry, destLen is the total
1027 const Bytef *source, uLong sourceLen,
1030 Compresses the source buffer into the destination buffer. The level
1032 length of the source buffer. Upon entry, destLen is the total size of the
1050 const Bytef *source, uLong sourceLen));
1052 Decompresses the source buffer into the destination buffer. sourceLen is
1053 the byte length of the source buffer. Upon entry, destLen is the total