Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/app/
H A Dshutdown_signal_handlers_posix.cc78 int shutdown_fd,
95 int shutdown_fd, in ShutdownDetector() argument
98 : shutdown_fd_(shutdown_fd), in ShutdownDetector()
/dports/net/mptsd/mptsd-1.1/libfuncs/
H A Dlog.c78 shutdown_fd(&l->log_sock); in log_connect()
127 shutdown_fd(&l->log_sock); in log_thread()
178 shutdown_fd(&logger->log_sock); in log_close()
H A Dio.h23 void shutdown_fd(int *in_fd);
H A Dio.c66 void shutdown_fd(int *in_fd) { in shutdown_fd() function
/dports/net/mptsd/mptsd-1.1/
H A Dweb_server.c39 #define SHUTDOWN_CLIENT { FREE(path); FREE(buf); shutdown_fd(&clientsock); pthread_exit(0); }
84 shutdown_fd(&conf->server_socket); in web_server_stop()
H A Dinput.c432 shutdown_fd(&(r->sock)); in input_stream()
437 shutdown_fd(&(r->sock)); in input_stream()
H A Ddata.c259 shutdown_fd(&(r->sock)); in input_free()
339 shutdown_fd(&(o->out_sock)); in output_free()
H A Doutput_write.c220 shutdown_fd(&o->out_sock); in output_handle_write()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_engine.c399 else if (config->shutdown_fd == fd) { in flb_engine_handle_event()
720 config->shutdown_fd = mk_event_timeout_create(evl, in flb_engine_start()
726 if (config->shutdown_fd > 0) { in flb_engine_start()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dudp_server.cc115 static void shutdown_fd(void* args, grpc_error* error);
224 void GrpcUdpListener::shutdown_fd(void* args, grpc_error* error) { in shutdown_fd() function in GrpcUdpListener
337 GRPC_CLOSURE_INIT(&orphan_fd_closure_, shutdown_fd, this, in OnFdAboutToOrphan()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dudp_server.cc119 static void shutdown_fd(void* args, grpc_error* error);
225 void GrpcUdpListener::shutdown_fd(void* args, grpc_error* error) { in shutdown_fd() function in GrpcUdpListener
338 GRPC_CLOSURE_INIT(&orphan_fd_closure_, shutdown_fd, this, in OnFdAboutToOrphan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dudp_server.cc114 static void shutdown_fd(void* args, grpc_error* error);
225 void GrpcUdpListener::shutdown_fd(void* args, grpc_error* error) { in shutdown_fd() function in GrpcUdpListener
337 GRPC_CLOSURE_INIT(&orphan_fd_closure_, shutdown_fd, this, in OnFdAboutToOrphan()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/
H A Dflb_config.h56 flb_pipefd_t shutdown_fd; /* Shutdown FD, 5 seconds */
/dports/devel/cvs-devel/cvs-1.12.13/windows-NT/
H A DChangeLog1547 * startserver.c (shutdown_fd): Remove; it is unused.
/dports/net-im/farstream/farstream-0.2.9/
H A DChangeLog8563 Use shutdown_fd to close other fds too