Home
last modified time | relevance | path

Searched refs:responseWriterState (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dserver.go69 rws := &responseWriterState{}
2033 rws := responseWriterStatePool.Get().(*responseWriterState)
2035 *rws = responseWriterState{} // zero all the fields
2243 rws *responseWriterState
2253 type responseWriterState struct { struct
2280 type chunkWriter struct{ rws *responseWriterState }
2284 func (rws *responseWriterState) hasTrailers() bool { return len(rws.trailers) != 0 } argument
2289 func (rws *responseWriterState) declareTrailer(k string) { argument
2307 func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) { argument
2438 func (rws *responseWriterState) promoteUndeclaredTrailers() { argument
[all …]