Searched defs:shutdown_cb (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-not-writable-after-shutdown.c | 31 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-shutdown-twice.c | 39 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-shutdown-close.c | 39 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-shutdown-simultaneous.c | 44 static void shutdown_cb(uv_shutdown_t *req, int status) { in shutdown_cb() function
|
H A D | blackhole-server.c | 88 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-shutdown-eof.c | 74 static void shutdown_cb(uv_shutdown_t *req, int status) { in shutdown_cb() function
|
H A D | benchmark-tcp-write-batch.c | 80 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-callback-stack.c | 62 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-tcp-shutdown-after-write.c | 97 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-tcp-writealot.c | 65 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-ipc-heavy-traffic-deadlock-bug.c | 57 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-tcp-close-reset.c | 134 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-tcp-open.c | 104 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|
H A D | test-ref.c | 71 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() function
|