mime/multipart.Part.n (field)
9 uses
mime/multipart (current package)
multipart.go#L50: n int // known data bytes waiting in mr.bufReader
multipart.go#L171: for p.n == 0 && p.err == nil {
multipart.go#L173: p.n, p.err = scanUntilBoundary(peek, p.mr.dashBoundary, p.mr.nlDashBoundary, p.total, p.readErr)
multipart.go#L174: if p.n == 0 && p.err == nil {
multipart.go#L184: if p.n == 0 {
multipart.go#L188: if n > p.n {
multipart.go#L189: n = p.n
multipart.go#L193: p.n -= n
multipart.go#L194: if p.n == 0 {
![]() |
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. |