Home
last modified time | relevance | path

Searched refs:gzip_filemax (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c141 static int gzip_filemax; variable
194 filemax = gzip_filemax; in gunzip_swap_values()
195 gzip_filemax = itmp; in gunzip_swap_values()
320 gzip_fsmax = gzip_filemax = MAXINT; in gunzip_test_header()
515 gzip_filemax = *((unsigned long *) (endbuf + 4)); in get_byte()
1239 if (len > (gzip_filemax - gzip_filepos)) { in gunzip_read()
1240 len = gzip_filemax - gzip_filepos; in gunzip_read()