Home | History | Annotate | Download | only in zlib

Lines Matching refs:have

51   but other algorithms will be added later and will have the same stream
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
456 operation to complete. (The size of the uncompressed data may have been
553 compressed data instead of a zlib wrapper. The gzip header will have no
654 may have been set by deflateInit2.
673 a call of deflate(), since the currently available input may have to be
717 deflatePending() returns the number of bytes and bits of output that have
848 to dictionary. dictionary must have enough space, where 32768 bytes is
864 All full flush points have this pattern, but not all occurrences of this
896 stream will keep attributes that may have been set by inflateInit2.
1203 uncompressed data. (The size of the uncompressed data must have been saved
1275 file descriptor from a FILE *, then you will have to use dup() to avoid
1277 close the associated file descriptor, so they need to have different file
1515 cannot call gzerror with file, since its structures have been deallocated.
1668 * only be used by the gzgetc() macro. You have been warned.
1671 unsigned have;
1679 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
1682 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))