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) */
573 file name, no extra data, no comment, no modification time (set to zero), no
814 deflate(). The text, time, os, extra field, name, and comment information
816 ignored -- the extra flags are set according to the compression level). The
818 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
826 extra, name, or comment fields. The gzip header is returned to the default
837 This is another version of inflateInit with an extra parameter. The
1050 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1051 contains the maximum number of bytes to write to extra. Once done is true,
1052 extra_len contains the actual extra field length, and extra contains the
1053 extra field, or that field truncated if extra_max is less than extra_len.
1058 of extra, name, or comment are not Z_NULL and the respective field is not