Lines Matching full:zero
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
130 dropped to zero. It must update next_out and avail_out when avail_out
131 has dropped to zero. The application must initialize zalloc, zfree and
148 have their offset normalized to zero. The default allocation function
258 accordingly. This action is forced if the parameter flush is non zero.
266 should never be zero before the call. The application can consume the
269 and with zero avail_out, it must be called again after making room in the
279 avail_in is zero after the call if enough output space has been provided
291 avail_out), until the flush is complete (deflate returns with non-zero
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
388 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
507 file name, no extra data, no comment, no modification time (set to zero),
620 be compressed and flushed. In particular, strm->avail_out must be non-zero.
624 if strm->avail_out was zero.
679 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
686 the time set to zero, and os set to 255, with no extra, name, or comment
821 As inflate() processes the gzip stream, head->done is zero until the header
835 terminated with a zero unless the length is greater than name_max. If
837 terminated with a zero unless the length is greater than comm_max. When
912 there is no input available, in() must return zero--buf is ignored in that
915 should return zero on success, or non-zero on failure. If out() returns
916 non-zero, inflateBack() will return with an error. Neither in() nor out()
919 The length written by out() will be at most the window size. Any non-zero
927 must also be initialized, and then if strm->avail_in is not zero, input will
944 out() returning non-zero. (in() will always be called before out(), so
945 strm->next_in is assured to be defined if out() returns non-zero.) Note
989 The sprintf variant used by gzprintf (zero is best):
1082 can be checked to distinguish the two cases (if errno is zero, the
1220 input stream, otherwise zero.
1226 zero.