OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewClient
(Results
1 - 7
of
7
) sorted by null
/prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
client.go
110
//
NewClient
returns a new rpc.Client to handle requests to the
112
func
NewClient
(conn io.ReadWriteCloser) *rpc.Client {
122
return
NewClient
(conn), err
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
client.go
110
//
NewClient
returns a new rpc.Client to handle requests to the
112
func
NewClient
(conn io.ReadWriteCloser) *rpc.Client {
122
return
NewClient
(conn), err
/prebuilts/go/darwin-x86/src/net/rpc/
client.go
184
//
NewClient
returns a new Client to handle requests to the
188
func
NewClient
(conn io.ReadWriteCloser) *Client {
194
// NewClientWithCodec is like
NewClient
but uses the specified
254
return
NewClient
(conn), nil
274
return
NewClient
(conn), nil
/prebuilts/go/darwin-x86/src/net/smtp/
smtp.go
51
return
NewClient
(conn, host)
54
//
NewClient
returns a new Client using an existing connection and host as a
56
func
NewClient
(conn net.Conn, host string) (*Client, error) {
/prebuilts/go/linux-x86/src/net/rpc/
client.go
184
//
NewClient
returns a new Client to handle requests to the
188
func
NewClient
(conn io.ReadWriteCloser) *Client {
194
// NewClientWithCodec is like
NewClient
but uses the specified
254
return
NewClient
(conn), nil
274
return
NewClient
(conn), nil
/prebuilts/go/linux-x86/src/net/smtp/
smtp.go
51
return
NewClient
(conn, host)
54
//
NewClient
returns a new Client using an existing connection and host as a
56
func
NewClient
(conn net.Conn, host string) (*Client, error) {
/system/core/fastboot/
socket.cpp
126
// Only servers need to remember addresses; clients are connected to a server in
NewClient
()
246
std::unique_ptr<Socket> Socket::
NewClient
(Protocol protocol, const std::string& host, int port,
Completed in 537 milliseconds