Home | History | Annotate | Download | only in src

Lines Matching refs:extra

112     int     xflags;     /* extra flags (not used when writing a gzip file) */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
116 uInt extra_max; /* space at extra (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
675 deflate(). The text, time, os, extra field, name, and comment information
677 ignored -- the extra flags are set according to the compression level). The
679 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
686 the time set to zero, and os set to 255, with no extra, name, or comment
697 This is another version of inflateInit with an extra parameter. The
830 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
831 contains the maximum number of bytes to write to extra. Once done is true,
832 extra_len contains the actual extra field length, and extra contains the
833 extra field, or that field truncated if extra_max is less than extra_len.
838 any of extra, name, or comment are not Z_NULL and the respective field is