extra_len         612 tools/packfi2/deflate.c                     put_byte(s, s->gzhead->extra_len & 0xff);
extra_len         613 tools/packfi2/deflate.c                     put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
extra_len         656 tools/packfi2/deflate.c             while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
extra_len         672 tools/packfi2/deflate.c             if (s->gzindex == s->gzhead->extra_len) {
extra_len         115 tools/packfi2/zlib.h     uInt    extra_len;  /* extra field length (valid if extra != Z_NULL) */