Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dserver.go134 state *serverInternalState
165 type serverInternalState struct { struct
170 func (s *serverInternalState) registerConn(sc *serverConn) { argument
179 func (s *serverInternalState) unregisterConn(sc *serverConn) { argument
188 func (s *serverInternalState) startGracefulShutdown() { argument
211 conf.state = &serverInternalState{activeConns: make(map[*serverConn]struct{})}