Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dclient_conn_pool.go29 _ clientConnPoolIdleCloser = (*clientConnPool)(nil)
34 type clientConnPool struct { struct
46 func (p *clientConnPool) GetClientConn(req *http.Request, addr string) (*ClientConn, error) { argument
55 func (p *clientConnPool) getClientConn(req *http.Request, addr string, dialOnMiss bool) (*ClientCon… argument
84 p *clientConnPool
91 func (p *clientConnPool) getStartDialLocked(addr string) *dialCall { argument
127 func (p *clientConnPool) addConnIfNeeded(key string, t *Transport, c *tls.Conn) (used bool, err err… argument
157 p *clientConnPool
177 func (p *clientConnPool) addConn(key string, cc *ClientConn) { argument
184 func (p *clientConnPool) addConnLocked(key string, cc *ClientConn) { argument
[all …]
Dconfigure_transport.go16 connPool := new(clientConnPool)
Dtransport.go139 t.connPoolOrDef = &clientConnPool{t: t}