Home
last modified time | relevance | path

Searched defs:Writer (Results 101 – 125 of 24522) sorted by relevance

12345678910>>...981

/dports/devel/bit/bit-1.1.2/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dwriter.go17 type Writer struct { struct
20 NumBlocks int64 // Number of blocks encoded
24 FinalMode FinalMode
26 wr io.Writer
27 bw prefix.Writer // Temporary bit writer
28 bb bytes.Buffer // Buffer for bw to write into
32 bufCnt int // Number of bytes in buf
35 err error // Persistent error
40 func NewWriter(wr io.Writer) *Writer {
50 func (mw *Writer) Reset(wr io.Writer) {
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/pgzip/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/klauspost/pgzip/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/klauspost/pgzip/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/klauspost/pgzip/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/pgzip/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/pgzip/pgzip-1.2.5/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/pgzip/
H A Dgzip.go39 type Writer struct { struct
40 Header
42 level int
43 wroteHeader bool
44 blockSize int
45 blocks int
46 currentBuffer []byte
47 prevTail []byte
49 size int
50 closed bool
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/klauspost/pgzip/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/klauspost/pgzip/
H A Dgzip.go40 type Writer struct { struct
41 Header
43 level int
44 wroteHeader bool
45 blockSize int
46 blocks int
47 currentBuffer []byte
48 prevTail []byte
50 size int
51 closed bool
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/buengese/sgzip/
H A Dgzip.go46 type Writer struct { struct
47 Header
49 level int
50 wroteHeader bool
51 blockSize int
52 blocks int
53 currentBuffer []byte
55 size int64
56 closed bool
57 buf [10]byte
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/pierrec/lz4/v4/
H A Dwriter.go20 func NewWriter(w io.Writer) *Writer {
29 type Writer struct { struct
30 state _State
35 data []byte // pending data
37 handler func(int)
38 legacy bool
41 func (*Writer) private() {}
61 func (w *Writer) isNotConcurrent() bool {
66 func (w *Writer) init() error {
151 func (w *Writer) Close() (err error) {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/pierrec/lz4/v4/
H A Dwriter.go20 func NewWriter(w io.Writer) *Writer {
29 type Writer struct { struct
30 state _State
35 data []byte // pending data
37 handler func(int)
38 legacy bool
41 func (*Writer) private() {}
61 func (w *Writer) isNotConcurrent() bool {
66 func (w *Writer) init() error {
149 func (w *Writer) Close() (err error) {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/pierrec/lz4/v4/
H A Dwriter.go20 func NewWriter(w io.Writer) *Writer {
29 type Writer struct { struct
30 state _State
35 data []byte // pending data
37 handler func(int)
38 legacy bool
41 func (*Writer) private() {}
61 func (w *Writer) isNotConcurrent() bool {
66 func (w *Writer) init() error {
151 func (w *Writer) Close() (err error) {
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/pierrec/lz4/v4/
H A Dwriter.go20 func NewWriter(w io.Writer) *Writer {
29 type Writer struct { struct
30 state _State
35 data []byte // pending data
37 handler func(int)
38 legacy bool
41 func (*Writer) private() {}
61 func (w *Writer) isNotConcurrent() bool {
66 func (w *Writer) init() error {
151 func (w *Writer) Close() (err error) {
[all …]
/dports/irc/soju/soju-0.3.0/vendor/git.sr.ht/~sircmpwn/go-bare/
H A Dwriter.go11 type Writer struct { struct
12 base io.Writer
13 scratch [binary.MaxVarintLen64]byte
17 func NewWriter(base io.Writer) *Writer {
21 func (w *Writer) WriteUint(i uint64) error {
27 func (w *Writer) WriteU8(i uint8) error {
31 func (w *Writer) WriteU16(i uint16) error {
35 func (w *Writer) WriteU32(i uint32) error {
39 func (w *Writer) WriteU64(i uint64) error {
43 func (w *Writer) WriteInt(i int64) error {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dsnet/compress/internal/prefix/
H A Dwriter.go16 type Writer struct { struct
19 wr io.Writer
20 bufBits uint64 // Buffer to hold some bits
21 numBits uint // Number of valid bits in bufBits
24 buf [512]byte
25 cntBuf int
38 func (pw *Writer) BitsWritten() int64 {
43 func (pw *Writer) WritePads(v uint) {
88 func (pw *Writer) WriteBits(v, nb uint) {
125 func (pw *Writer) Flush() (int64, error) {
[all …]

12345678910>>...981