Home
last modified time | relevance | path

Searched defs:GetClientConn (Results 1 – 1 of 1) 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