Lines Matching full:enough
60 enough (for example if an input file is mmap'ed), or can be done by
117 zalloc must return NULL if there is not enough memory for the object.
215 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
235 enough room in the output buffer), next_in and avail_in are updated and
256 avail_in is zero after the call if enough output space has been provided
273 was enough output space; if deflate returns with Z_OK, this function must be
327 the caller. If next_in is not NULL and avail_in is large enough (the exact
334 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
355 enough room in the output buffer), next_in is updated and processing
397 output is flushed; avail_out must be large enough to hold all the
432 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
433 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
497 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
553 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough