Home | History | Annotate | Download | only in zlib_v128

Lines Matching full:extra_len

187     uInt    extra_len;  /* extra field length (valid if extra != Z_NULL) */
824 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
1049 extra_len contains the actual extra field length, and extra contains the
1050 extra field, or that field truncated if extra_max is less than extra_len.