Home | History | Annotate | Download | only in include

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) */
514 file name, no extra data, no comment, no modification time (set to zero),
683 deflate(). The text, time, os, extra field, name, and comment information
685 ignored -- the extra flags are set according to the compression level). The
687 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
694 the time set to zero, and os set to 255, with no extra, name, or comment
705 This is another version of inflateInit with an extra parameter. The
842 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
843 contains the maximum number of bytes to write to extra. Once done is true,
844 extra_len contains the actual extra field length, and extra contains the
845 extra field, or that field truncated if extra_max is less than extra_len.
850 any of extra, name, or comment are not Z_NULL and the respective field is