Searched defs:DialContext (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | tls.go | 218 func (d *Dialer) DialContext(ctx context.Context, network, addr string) (net.Conn, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | socks_bundle.go | 307 func (d *socksDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) { func
|
D | transport.go | 143 DialContext func(ctx context.Context, network, addr string) (net.Conn, error) member
|
D | transport_test.go | 2021 func (d *countingDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error… func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | dial.go | 474 func (d *Dialer) DialContext(ctx context.Context, network, address string) (Conn, error) { func
|
D | dnsclient_unix_test.go | 894 func (server *fakeDNSServer) DialContext(_ context.Context, n, s string) (Conn, error) { func
|