Home | History | Annotate | Download | only in zlib

Lines Matching defs:have

53   but other algorithms will be added later and will have the same stream
156 returned by zalloc for objects of exactly 65536 bytes *must* have their
470 operation to complete. (The size of the uncompressed data may have been
574 compressed data instead of a zlib wrapper. The gzip header will have no
663 to dictionary. dictionary must have enough space, where 32768 bytes is
701 will leave the compression level and any other attributes that may have been
717 strategy is changed, and if there have been any deflate() calls since the
725 not have enough output space to complete, then the parameter change will not
782 deflatePending() returns the number of bytes and bits of output that have
919 to dictionary. dictionary must have enough space, where 32768 bytes is
935 All full flush points have this pattern, but not all occurrences of this
967 stream will keep attributes that may have been set by inflateInit2.
1278 uncompressed data. (The size of the uncompressed data must have been saved
1358 file descriptor from a FILE *, then you will have to use dup() to avoid
1360 close the associated file descriptor, so they need to have different file
1640 cannot call gzerror with file, since its structures have been deallocated.
1839 * only be used by the gzgetc() macro. You have been warned.
1842 unsigned have;
1850 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1853 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))