compress/flate.compressor.sync (field)
10 uses
compress/flate (current package)
deflate.go#L89: sync bool // requesting flush
deflate.go#L337: if !d.sync {
deflate.go#L385: if d.windowEnd-d.index < minMatchLength+maxMatchLength && !d.sync {
deflate.go#L401: if !d.sync {
deflate.go#L530: if d.windowEnd > 0 && (d.windowEnd == maxStoreBlockSize || d.sync) {
deflate.go#L540: if d.windowEnd < len(d.window) && !d.sync || d.windowEnd == 0 {
deflate.go#L567: d.sync = true
deflate.go#L574: d.sync = false
deflate.go#L613: d.sync = false
deflate.go#L645: d.sync = true
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |