HomeSort by relevance Sort by last modified time
    Searched refs:dial (Results 1 - 6 of 6) sorted by null

  /external/syzkaller/vendor/golang.org/x/net/http2/
client_conn_pool.go 82 // dialCall is an in-flight Transport dial call to a host.
93 // A dial is already in-flight. Don't start another.
101 go call.dial(addr)
106 func (c *dialCall) dial(addr string) { func
250 // which never dials. We let the HTTP/1.1 client dial and use its TLS
transport.go 57 // DialTLS specifies an optional dial function for creating
60 // If DialTLS is nil, tls.Dial is used.
493 cn, err := tls.Dial(network, addr, cfg)
    [all...]
  /build/soong/ui/build/paths/
logs.go 112 func dial(name string, lookup socketAddrFunc, timeout time.Duration) (net.Conn, error) { func
122 return dialer.Dial("unix", socket)
142 conn, err := dial(logSocket, lookup, timeout)
  /external/syzkaller/vendor/google.golang.org/api/option/
option.go 129 // to an underlying gRPC dial. It does not work with WithGRPCConn.
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp 170 Return<void> dial(int32_t serial, const Dial& dialInfo);
517 const ::android::hardware::radio::V1_0::Dial& dialInfo,
1004 Return<void> RadioImpl_1_4::dial(int32_t serial, const Dial& dialInfo) { function in class:RadioImpl_1_4
1012 RIL_Dial dial = {}; local
3382 RIL_Dial dial = {}; local
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
http2_client.go 125 func dial(ctx context.Context, fn func(context.Context, string) (net.Conn, error), addr string) (net.Conn, error) { func
160 conn, err := dial(connectCtx, opts.Dialer, addr.Addr)
481 // Note: if these credentials are provided both via dial options and call
    [all...]

Completed in 206 milliseconds