Home | History | Annotate | Download | only in zlib

Lines Matching refs:extra

115     int     xflags;     /* extra flags (not used when writing a gzip file) */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
119 uInt extra_max; /* space at extra (only when reading header) */
545 file name, no extra data, no comment, no modification time (set to zero), no
716 deflate(). The text, time, os, extra field, name, and comment information
718 ignored -- the extra flags are set according to the compression level). The
720 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
727 the time set to zero, and os set to 255, with no extra, name, or comment
738 This is another version of inflateInit with an extra parameter. The
923 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
924 contains the maximum number of bytes to write to extra. Once done is true,
925 extra_len contains the actual extra field length, and extra contains the
926 extra field, or that field truncated if extra_max is less than extra_len.
931 of extra, name, or comment are not Z_NULL and the respective field is not