/third_party/libuv/test/ |
H A D | test-ref.c | 47 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 D | test-tcp-close-reset.c | 70 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 D | ntpclient.c | 177 goto do_close; in callback_ntpc() 181 do_close: in callback_ntpc()
|
/third_party/curl/lib/ |
H A D | sendf.h | 110 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 D | cf-haproxy.c | 171 cf->next->cft->do_close(cf->next, data); in cf_haproxy_close()
|
H A D | cfilters.c | 54 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 D | sendf.c | 456 writer->cwt->do_close(data, writer); in Curl_client_cleanup() 702 writer->cwt->do_close(data, writer); in Curl_cwriter_free()
|
H A D | cfilters.h | 193 Curl_cft_close *do_close; /* close conn */ member
|
H A D | http_proxy.c | 290 cf->next->cft->do_close(cf->next, data); in http_proxy_cf_close()
|
H A D | cf-https-connect.c | 415 cf->next->cft->do_close(cf->next, data); in cf_hc_close()
|
H A D | connect.c | 936 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 D | socks.c | 1218 cf->next->cft->do_close(cf->next, data); in socks_proxy_cf_close()
|
H A D | cf-h1-proxy.c | 1060 cf->next->cft->do_close(cf->next, data); in cf_h1_proxy_close()
|
H A D | cf-h2-proxy.c | 1145 cf->next->cft->do_close(cf->next, data); in cf_h2_proxy_close()
|
H A D | http2.c | 2420 cf->next->cft->do_close(cf->next, data); in cf_h2_close()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | conf-parser.c | 166 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 D | module-oss.c | 1453 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 D | main.c | 1230 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 D | exec.c | 1409 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 D | test_exceptions.py | 994 def do_close(g): function 996 self._check_generator_cleanup_exc_state(do_close)
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 1630 cf->next->cft->do_close(cf->next, data); in ssl_cf_close()
|