Lines Matching refs:encountered
33 // ErrUnexpectedEOF means that EOF was encountered in the
45 // read (0 <= n <= len(p)) and any error encountered. Even if Read
78 // and any error encountered that caused the write to stop early.
158 // Any error except io.EOF encountered during the read is also returned.
169 // written. Any error encountered during the write is also returned.
180 // read (0 <= n <= len(p)) and any error encountered.
210 // and any error encountered that caused the write to stop early.
321 // error encountered while copying.
340 // copied and the first error encountered while copying, if any.
503 // Any error encountered while writing is reported as a read error.