• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/

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
862 z_streamp source));
864 Sets the destination stream as a complete copy of the source stream.
872 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
873 (such as zalloc being Z_NULL). msg is left unchanged in both source and
883 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
894 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
916 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
945 source stream state was inconsistent.
984 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1139 functions). The source code of these utility functions can be modified if
1144 const Bytef *source, uLong sourceLen));
1146 Compresses the source buffer into the destination buffer. sourceLen is
1147 the byte length of the source buffer. Upon entry, destLen is the total size
1158 const Bytef *source, uLong sourceLen,
1161 Compresses the source buffer into the destination buffer. The level
1163 length of the source buffer. Upon entry, destLen is the total size of the
1181 const Bytef *source, uLong sourceLen));
1183 Decompresses the source buffer into the destination buffer. sourceLen is
1184 the byte length of the source buffer. Upon entry, destLen is the total size