Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dnot_go17.go46 func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx contextContext, cancel func()) { argument
Dgo17.go21 func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx contextContext, cancel func()) { argument
Dserver.go273 conf.ServeConn(c, &ServeConnOpts{
283 type ServeConnOpts struct { struct
294 func (o *ServeConnOpts) baseConfig() *http.Server { argument
301 func (o *ServeConnOpts) handler() http.Handler { argument
327 func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
/external/syzkaller/vendor/google.golang.org/grpc/
Dserver.go711 h2s.ServeConn(conn, &http2.ServeConnOpts{