Searched defs:compressor (Results 1 – 5 of 5) sorted by relevance
81 type compressor struct { struct82 compressionLevel84 w *huffmanBitWriter85 bulkHasher func([]byte, []uint32)88 fill func(*compressor, []byte) int // copy data to window89 step func(*compressor) // process window90 bestSpeed *deflateFast // Encoder for BestSpeed97 chainHead int98 hashHead [hashSize]uint3299 hashPrev [windowSize]uint32[all …]
133 func compressor(method uint16) Compressor { func
538 func (w *Writer) compressor(method uint16) Compressor { func
32 compressor *flate.Writer member
35 compressor *flate.Writer member