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.
632 z_streamp source));
634 Sets the destination stream as a complete copy of the source stream.
644 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
656 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
691 specific input data. Read the deflate.c source code for the meaning of the
724 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
742 source stream state was inconsistent.
765 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
877 z_streamp source));
879 Sets the destination stream as a complete copy of the source stream.
887 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
888 (such as zalloc being Z_NULL). msg is left unchanged in both source and
898 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
909 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
931 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
960 source stream state was inconsistent.
999 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1156 functions). The source code of these utility functions can be modified if
1161 const Bytef *source, uLong sourceLen));
1163 Compresses the source buffer into the destination buffer. sourceLen is
1164 the byte length of the source buffer. Upon entry, destLen is the total size
1175 const Bytef *source, uLong sourceLen,
1178 Compresses the source buffer into the destination buffer. The level
1180 length of the source buffer. Upon entry, destLen is the total size of the
1198 const Bytef *source, uLong sourceLen));
1200 Decompresses the source buffer into the destination buffer. sourceLen is
1201 the byte length of the source buffer. Upon entry, destLen is the total size