Home
last modified time | relevance | path

Searched defs:connect (Results 76 - 96 of 96) sorted by relevance

1234

/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py1370 async def connect(): function
1408 async def connect(): global() function
1439 async def connect(): global() function
2034 async def connect(**kwds): global() function
2048 async def connect(cmd=None, **kwds): global() function
[all...]
/third_party/python/Lib/test/
H A Dtest_urllib.py97 def connect(self): member in fakehttp.FakeHTTPConnection
H A Dtest_httplib.py129 def connect(self): member in FakeSocketHTTPConnection
[all...]
H A Dtest_ssl.py5069 def connect(self): global() member in TestPreHandshakeClose.test_https_client_non_tls_response_ignored.SynchronizedHTTPSConnection
[all...]
H A Dtest_socket.py5161 def connect(self, *args): global() member in NetworkConnectionNoServer.MockSocket
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.c2285 cmd_osu_select(struct hs20_osu_client *ctx, const char *dir, int connect, int no_prod_assoc, const char *friendly_name) cmd_osu_select() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c2287 cmd_osu_select(struct hs20_osu_client *ctx, const char *dir, int connect, int no_prod_assoc, const char *friendly_name) cmd_osu_select() argument
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h281 struct snd_seq_connect connect; member
/third_party/lwip/src/include/lwip/
H A Dsockets.h649 #define connect(s,name,namelen) lwip_connect(s,name,namelen) macro
/third_party/backends/backend/
H A Dumax_pp_low.c3154 connect (void) in connect() function
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2474 BIO *app_http_tls_cb(BIO *bio, void *arg, int connect, int detail) in app_http_tls_cb() argument
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs530 pub fn connect(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int; in connect() functions
/third_party/openssl/apps/lib/
H A Dapps.c2467 BIO *app_http_tls_cb(BIO *bio, void *arg, int connect, int detail) in app_http_tls_cb() argument
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2276 pub fn connect<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in fmt() functions
3581 pub fn connect(&mut self) -> Result<(), Error> { in fmt() functions
3902 pub fn connect(mu functions
[all...]
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs624 pub fn connect(socket: ::c_int, address: *const sockaddr, len: socklen_t) -> ::c_int; in connect() functions
/third_party/python/Modules/
H A Dsocketmodule.c728 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval, int connect) internal_select() argument
838 sock_call_ex(PySocketSockObject *s, int writing, int (*sock_func) (PySocketSockObject *s, void *data), void *data, int connect, int *err, _PyTime_t timeout) sock_call_ex() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_config.h1004 ev_tstamp connect; member
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3810 InspectorClient(Local<Context> context, bool connect) { in InspectorClient() argument
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1521 pub fn connect(s: ::c_int, name: *const ::sockaddr, namelen: ::socklen_t) -> ::c_int; in connect() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3474 pub fn connect(socket: ::c_int, address: *const sockaddr, len: socklen_t) -> ::c_int; in connect() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs22596 pub fn connect<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output in connect() functions
[all...]

Completed in 136 milliseconds

1234