encoding/base32.decoder.nbuf (field)
10 uses
encoding/base32 (current package)
base32.go#L386: nbuf int
base32.go#L441: min = 8 - d.nbuf
base32.go#L445: nn, d.err = readEncodedData(d.r, d.buf[d.nbuf:nn], min, expectsPadding)
base32.go#L446: d.nbuf += nn
base32.go#L447: if d.nbuf < min {
base32.go#L454: nr = d.nbuf
base32.go#L456: nr = d.nbuf / 8 * 8
base32.go#L458: nw := d.enc.DecodedLen(d.nbuf)
base32.go#L468: d.nbuf -= nr
base32.go#L469: for i := 0; i < d.nbuf; i++ {
![]() |
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. |