Home | History | Annotate | Download | only in gzip

Lines Matching full:gzip

5 package gzip
22 gzip []byte
344 "truncated gzip file amid raw-block",
354 "truncated gzip file amid fixed-block",
373 in := bytes.NewReader(tt.gzip)
394 in = bytes.NewReader(tt.gzip)
420 gzip, err := NewReader(f)
424 defer gzip.Close()
427 _, err := io.Copy(ioutil.Discard, gzip)
454 br := bytes.NewReader(tt.gzip)
484 // Go liberally interprets RFC 1952 section 2.2 to mean that a gzip file