Lines Matching defs:have

51   but other algorithms will be added later and will have the same stream
154 returned by zalloc for objects of exactly 65536 bytes *must* have their
467 operation to complete. (The size of the uncompressed data may have been
571 compressed data instead of a zlib wrapper. The gzip header will have no
660 to dictionary. dictionary must have enough space, where 32768 bytes is
698 will leave the compression level and any other attributes that may have been
714 strategy is changed, and if there have been any deflate() calls since the
722 not have enough output space to complete, then the parameter change will not
779 deflatePending() returns the number of bytes and bits of output that have
916 to dictionary. dictionary must have enough space, where 32768 bytes is
932 All full flush points have this pattern, but not all occurrences of this
964 stream will keep attributes that may have been set by inflateInit2.
1275 uncompressed data. (The size of the uncompressed data must have been saved
1355 file descriptor from a FILE *, then you will have to use dup() to avoid
1357 close the associated file descriptor, so they need to have different file
1637 cannot call gzerror with file, since its structures have been deallocated.
1834 * only be used by the gzgetc() macro. You have been warned.
1837 unsigned have;
1845 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1849 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) \
1853 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))