Searched defs:CloseWithError (Results 1 – 3 of 3) sorted by relevance
148 func (r *PipeReader) CloseWithError(err error) error { func176 func (w *PipeWriter) CloseWithError(err error) error { func
147 CloseWithError(error) error methodSpec
3809 func (p *http2pipe) CloseWithError(err error) { p.closeWithError(&p.err, err, nil) } func