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
915 to dictionary. dictionary must have enough space, where 32768 bytes is
931 All full flush points have this pattern, but not all occurrences of this
963 stream will keep attributes that may have been set by inflateInit2.
1273 uncompressed data. (The size of the uncompressed data must have been saved
1353 file descriptor from a FILE *, then you will have to use dup() to avoid
1355 close the associated file descriptor, so they need to have different file
1635 cannot call gzerror with file, since its structures have been deallocated.
1832 * only be used by the gzgetc() macro. You have been warned.
1835 unsigned have;
1843 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1846 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))