Home
last modified time | relevance | path

Searched refs:do_close (Results 1 - 21 of 21) sorted by relevance

/third_party/libuv/test/
H A Dtest-ref.c47 static void do_close(void* handle) { in do_close() function
115 do_close(&h); in TEST_IMPL()
126 do_close(&h); in TEST_IMPL()
138 do_close(&h); in TEST_IMPL()
150 do_close(&h); in TEST_IMPL()
167 do_close(&h); in TEST_IMPL()
178 do_close(&h); in TEST_IMPL()
190 do_close(&h); in TEST_IMPL()
205 do_close(&h); in TEST_IMPL()
217 do_close( in TEST_IMPL()
[all...]
H A Dtest-tcp-close-reset.c70 static void do_close(uv_tcp_t* handle) { in do_close() function
117 do_close(&tcp_client); in connect_cb()
155 do_close(&tcp_accepted); in read_cb()
/third_party/libwebsockets/lib/system/ntpclient/
H A Dntpclient.c177 goto do_close; in callback_ntpc()
181 do_close: in callback_ntpc()
/third_party/curl/lib/
H A Dsendf.h110 void (*do_close)(struct Curl_easy *data, member
134 * Invokes `writer->do_close()`.
163 * Default implementations for do_init, do_write, do_close that
H A Dcf-haproxy.c171 cf->next->cft->do_close(cf->next, data); in cf_haproxy_close()
H A Dcfilters.c54 cf->next->cft->do_close(cf->next, data); in Curl_cf_def_close()
167 cf->cft->do_close(cf, data); in Curl_conn_close()
306 cf->cft->do_close(cf, data); in Curl_conn_cf_close()
H A Dsendf.c456 writer->cwt->do_close(data, writer); in Curl_client_cleanup()
702 writer->cwt->do_close(data, writer); in Curl_cwriter_free()
H A Dcfilters.h193 Curl_cft_close *do_close; /* close conn */ member
H A Dhttp_proxy.c290 cf->next->cft->do_close(cf->next, data); in http_proxy_cf_close()
H A Dcf-https-connect.c415 cf->next->cft->do_close(cf->next, data); in cf_hc_close()
H A Dconnect.c936 cf->next->cft->do_close(cf->next, data); in cf_he_close()
1290 cf->next->cft->do_close(cf->next, data); in cf_setup_close()
H A Dsocks.c1218 cf->next->cft->do_close(cf->next, data); in socks_proxy_cf_close()
H A Dcf-h1-proxy.c1060 cf->next->cft->do_close(cf->next, data); in cf_h1_proxy_close()
H A Dcf-h2-proxy.c1145 cf->next->cft->do_close(cf->next, data); in cf_h2_proxy_close()
H A Dhttp2.c2420 cf->next->cft->do_close(cf->next, data); in cf_h2_close()
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c166 bool do_close = !f; in pa_config_parse() local
219 if (do_close && f) in pa_config_parse()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c1453 bool do_close = true; in pa__init() local
1463 do_close = false; in pa__init()
1471 do_close = false; in pa__init()
1475 if (do_close) { in pa__init()
/third_party/mksh/
H A Dmain.c1230 bool do_close = false, is_devtty = true; in tty_init_fd() local
1246 do_close = true; in tty_init_fd()
1262 /* assert: do_close == false */ in tty_init_fd()
1281 if (do_close) in tty_init_fd()
H A Dexec.c1409 bool do_open = true, do_close = false, do_fstat = false; in iosetup() local
1479 do_close = true; in iosetup()
1545 if (do_close) in iosetup()
/third_party/python/Lib/test/
H A Dtest_exceptions.py994 def do_close(g): function
996 self._check_generator_cleanup_exc_state(do_close)
/third_party/curl/lib/vtls/
H A Dvtls.c1630 cf->next->cft->do_close(cf->next, data); in ssl_cf_close()

Completed in 46 milliseconds