golang.org/x/crypto/openpgp/armor.lineBreaker.used (field)
11 uses
golang.org/x/crypto/openpgp/armor (current package)
encode.go#L33: used int
encode.go#L42: used: 0,
encode.go#L54: if l.used == 0 && l.haveWritten {
encode.go#L61: if l.used+len(b) < l.lineLength {
encode.go#L62: l.used += copy(l.line[l.used:], b)
encode.go#L67: _, err = l.out.Write(l.line[0:l.used])
encode.go#L71: excess := l.lineLength - l.used
encode.go#L72: l.used = 0
encode.go#L84: if l.used > 0 {
encode.go#L85: _, err = l.out.Write(l.line[0:l.used])
![]() |
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. |