Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 15 of 15) sorted by relevance

/unit/src/
H A Dnxt_fd_event.h72 uint8_t shutdown:1; member
89 uint8_t shutdown:1; member
H A Dnxt_conn_close.c61 if (c->socket.error == 0 && !c->socket.closed && !c->socket.shutdown) { in nxt_conn_close()
85 c->socket.shutdown = 1; in nxt_conn_shutdown_handler()
H A Dnxt_socket.c253 if (nxt_fast_path(shutdown(s, how) == 0)) { in nxt_socket_shutdown()
H A Dnxt_event_engine.h473 uint8_t shutdown; /* 1 bit */ member
H A Dnxt_conn.h86 nxt_work_handler_t shutdown; member
H A Dnxt_runtime.c445 if (!engine->shutdown) { in nxt_runtime_quit()
446 engine->shutdown = 1; in nxt_runtime_quit()
H A Dnxt_conn_proxy.c870 sink->socket.shutdown = 1; in nxt_conn_proxy_shutdown()
H A Dnxt_router.c3803 engine->shutdown = 1; in nxt_router_worker_thread_quit()
3931 if (engine->shutdown && nxt_queue_is_empty(&engine->joints)) { in nxt_router_listen_event_release()
4494 start_process = !task->thread->engine->shutdown in nxt_router_app_port_ready()
4855 start_process = !task->thread->engine->shutdown in nxt_router_app_port_close()
H A Dnxt_openssl.c124 .shutdown = nxt_openssl_conn_io_shutdown,
H A Dnxt_h1proto.c2069 c->io->shutdown(task, c, NULL); in nxt_h1p_closing()
/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelGroupUtil.java67 group.shutdown(); in unregister()
H A DBackgroundProcessManager.java111 void shutdown() { in shutdown() method in BackgroundProcessManager
H A DLocalStrings.properties125 wsWebSocketContainer.shutdown=The web application is stopping
/unit/test/
H A Dtest_tls_session.py66 conn.shutdown()
H A Dtest_tls_tickets.py62 conn.shutdown()