Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dclient_conn_pool.go17 GetClientConn(req *http.Request, addr string) (*ClientConn, error) methodSpec
46 func (p *clientConnPool) GetClientConn(req *http.Request, addr string) (*ClientConn, error) { func
254 func (p noDialClientConnPool) GetClientConn(req *http.Request, addr string) (*ClientConn, error) { func
Dtransport.go372 cc, err := t.connPool().GetClientConn(req, addr)