Home
last modified time | relevance | path

Searched defs:do_close (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dconf-parser.c166 bool do_close = !f; in pa_config_parse() local
/third_party/libuv/test/
Dtest-tcp-close-reset.c70 static void do_close(uv_tcp_t* handle) { in do_close() function
Dtest-ref.c47 static void do_close(void* handle) { in do_close() function
/third_party/curl/lib/
Dcfilters.h172 Curl_cft_close *do_close; /* close conn */ member
/third_party/mksh/
Dexec.c1409 bool do_open = true, do_close = false, do_fstat = false; in iosetup() local
Dmain.c1230 bool do_close = false, is_devtty = true; in tty_init_fd() local
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c1453 bool do_close = true; in pa__init() local
/third_party/python/Lib/test/
Dtest_exceptions.py938 def do_close(g): function