Home
last modified time | relevance | path

Searched defs:DialContext (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dtls.go218 func (d *Dialer) DialContext(ctx context.Context, network, addr string) (net.Conn, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dsocks_bundle.go307 func (d *socksDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) { func
Dtransport.go143 DialContext func(ctx context.Context, network, addr string) (net.Conn, error) member
Dtransport_test.go2021 func (d *countingDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error… func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Ddial.go474 func (d *Dialer) DialContext(ctx context.Context, network, address string) (Conn, error) { func
Ddnsclient_unix_test.go894 func (server *fakeDNSServer) DialContext(_ context.Context, n, s string) (Conn, error) { func