Lines Matching full:must

13   1. The origin of this software must not be misrepresented; you must not
17 2. Altered source versions must be plainly marked as such, and must not be
62 application must provide more input and/or consume the output
106 The application must update next_in and avail_in when avail_in has
107 dropped to zero. It must update next_out and avail_out when avail_out
108 has dropped to zero. The application must initialize zalloc, zfree and
110 compression library and must not be updated by the application.
117 zalloc must return NULL if there is not enough memory for the object.
118 If zlib is used in a multi-threaded application, zalloc and zfree must be
121 On 16-bit systems, the functions zalloc and zfree must be able to allocate
124 pointers returned by zalloc for objects of exactly 65536 bytes *must*
190 and memLevel parameters passed to zlib_deflateInit2() must not
204 zalloc, zfree and opaque must be initialized before by the caller.
208 The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9:
250 and with zero avail_out, it must be called again after making room in the
266 If deflate returns with avail_out == 0, this function must be called again
273 was enough output space; if deflate returns with Z_OK, this function must be
280 is to be done in a single step. In this case, avail_out must be at least
282 Z_STREAM_END, then it must be called again as described above.
310 msg may be set but then points to a static string (which must not be
326 next_in, avail_in, and workspace must be initialized before by
369 must be called again after making room in the output buffer because there
397 output is flushed; avail_out must be large enough to hold all the
399 by the compressor for this purpose.) The next operation on this stream must
450 static string (which must not be deallocated).
468 fields next_in, zalloc, zfree and opaque must be initialized before by
471 The method parameter is the compression method. It must be Z_DEFLATED in
523 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
529 instead. windowBits must be greater than or equal to the windowBits value
530 provided to deflateInit2() while compressing, or it must be equal to 15 if
574 history without performing any output. There must be no pending output,
575 and the decompressor must be expecting to see the start of a block.