Lines Matching defs:extra
117 int xflags; /* extra flags (not used when writing a gzip file) */
119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
121 uInt extra_max; /* space at extra (only when reading header) */
572 file name, no extra data, no comment, no modification time (set to zero), no
813 deflate(). The text, time, os, extra field, name, and comment information
815 ignored -- the extra flags are set according to the compression level). The
817 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
825 extra, name, or comment fields. The gzip header is returned to the default
836 This is another version of inflateInit with an extra parameter. The
1049 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1050 contains the maximum number of bytes to write to extra. Once done is true,
1051 extra_len contains the actual extra field length, and extra contains the
1052 extra field, or that field truncated if extra_max is less than extra_len.
1057 of extra, name, or comment are not Z_NULL and the respective field is not