Lines Matching full:not
14 1. The origin of this software must not be misrepresented; you must not
17 appreciated but is not required.
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.
72 The library does not install any signal handler. The decoder checks
92 struct internal_state FAR *state; /* not visible by applications */
112 int xflags; /* extra flags (not used when writing a gzip file) */
122 int done; /* true when done reading gzip header (not used
133 compression library and must not be updated by the application.
140 zalloc must return Z_NULL if there is not enough memory for the object.
145 exactly 65536 bytes, but will not be required to allocate more than this
215 not compatible with the zlib.h header file used by the application.
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
234 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
237 msg is set to null if there is no error message. deflateInit does not
253 accordingly. If not all input can be processed (because there is not
261 Some output may be provided even if flush is not set.
306 the value returned by deflateBound (see below). If deflate does not return
314 binary. This field is only for information purposes and does not affect
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
331 This function discards any unprocessed input and does not flush any
337 msg may be set but then points to a static string (which must not be
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
357 message. inflateInit does not perform any decompression apart from reading
374 accordingly. If not all input can be processed (because there is not
407 deflate stream. The end-of-block will not be indicated until all of the
441 contained in the gzip header is not retained, so applications that need that
450 corrupted (input stream not conforming to the zlib format or incorrect check
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
453 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
465 This function discards any unprocessed input and does not flush any
470 static string (which must not be deallocated).
502 with no zlib header or trailer, and will not compute an adler32 check value.
527 parameter only affects the compression ratio but not the correctness of the
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
535 not perform any compression: this will be done by deflate().
559 put at the end of the dictionary, not at the front. In addition, the
568 adler32 value is not computed and strm->adler is not set.
573 or if the compression method is bsort). deflateSetDictionary does not
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
598 but does not free and reallocate all the internal compression state.
678 caller must assure that, if not Z_NULL, name and comment are terminated with
679 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
682 1.3.x) do not support header crc's, and will report that it is a "multi-part
685 If deflateSetHeader is not used, the default gzip header has text false,
706 deflateInit2() was not used. If a compressed stream with a larger window
712 not looking for a zlib or gzip header, not generating a check value, and not
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
730 is set to null if there is no error message. inflateInit2 does not perform
753 expected one (incorrect adler32 value). inflateSetDictionary does not
783 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
792 but does not free and reallocate all the internal decompression state.
830 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
834 If name is not Z_NULL, then up to name_max characters are written there,
836 comment is not Z_NULL, then up to comm_max characters are written there,
838 any of extra, name, or comment are not Z_NULL and the respective field is
839 not present in the header, then that field is set to Z_NULL to signal its
845 If inflateGetHeader is not used, then the header information is simply
872 the paramaters are invalid, Z_MEM_ERROR if the internal state could not
873 be allocated, or Z_VERSION_ERROR if the version of the library does not
888 function trusts the application to not change the output buffer passed by
926 immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in
927 must also be initialized, and then if strm->avail_in is not zero, input will
940 nature of the error), or Z_STREAM_ERROR if the stream was not properly
943 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR was due to
972 One-time table building (smaller code, but not thread-safe if true):
979 deflate code when not needed)
991 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1019 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1020 enough memory, Z_BUF_ERROR if there was not enough room in the output
1035 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1036 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
1060 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1061 enough memory, Z_BUF_ERROR if there was not enough room in the output
1077 gzopen can be used to read a file which is not in gzip format; in this
1080 gzopen returns NULL if the file could not be opened or if there was
1102 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1109 If the input file was not in gzip format, gzread copies the given number
1128 this limit is not exceeded. If it is exceeded, then gzprintf() will return
1132 because the secure snprintf() or vsnprintf() functions were not available.
1168 character has been pushed but not read yet, or if c is -1. The pushed
1189 the value SEEK_END is not supported.
1240 error occurred in the file system and not in the compression library,
1255 These functions are not related to compression but are exported