Home
last modified time | relevance | path

Searched refs:NGX_ETIMEDOUT (Results 1 – 18 of 18) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h44 #define NGX_ETIMEDOUT ETIMEDOUT macro
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_proxy_module.c222 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, in ngx_mail_proxy_pop3_handler()
335 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, in ngx_mail_proxy_imap_handler()
471 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, in ngx_mail_proxy_smtp_handler()
896 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, in ngx_mail_proxy_handler()
901 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, in ngx_mail_proxy_handler()
H A Dngx_mail_imap_handler.c69 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_mail_imap_init_protocol()
117 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_mail_imap_auth_state()
H A Dngx_mail_pop3_handler.c89 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_mail_pop3_init_protocol()
132 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_mail_pop3_auth_state()
H A Dngx_mail_smtp_handler.c344 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_mail_smtp_init_protocol()
400 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_mail_smtp_auth_state()
H A Dngx_mail_auth_http_module.c253 ngx_log_error(NGX_LOG_ERR, wev->log, NGX_ETIMEDOUT, in ngx_mail_auth_http_write_handler()
316 ngx_log_error(NGX_LOG_ERR, rev->log, NGX_ETIMEDOUT, in ngx_mail_auth_http_read_handler()
H A Dngx_mail_handler.c645 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_mail_send()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_return_module.c144 ngx_connection_error(c, NGX_ETIMEDOUT, "connection timed out"); in ngx_stream_return_write_handler()
H A Dngx_stream_handler.c223 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_stream_proxy_protocol_handler()
H A Dngx_stream_proxy_module.c1399 ngx_connection_error(pc, NGX_ETIMEDOUT, "upstream timed out"); in ngx_stream_proxy_process_connection()
1408 ngx_connection_error(c, NGX_ETIMEDOUT, "connection timed out"); in ngx_stream_proxy_process_connection()
1445 ngx_log_error(NGX_LOG_ERR, c->log, NGX_ETIMEDOUT, "upstream timed out"); in ngx_stream_proxy_connect_handler()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.h32 #define NGX_RESOLVE_TIMEDOUT NGX_ETIMEDOUT
H A Dngx_connection.c1566 || err == NGX_ETIMEDOUT
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c390 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_wait_request_handler()
660 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_ssl_handshake()
846 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_ssl_handshake_handler()
1053 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_process_request_line()
1338 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_process_request_headers()
2788 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, in ngx_http_writer()
H A Dngx_http_upstream.c3354 ngx_connection_error(c, NGX_ETIMEDOUT, "client timed out"); in ngx_http_upstream_process_upgraded()
3360 ngx_connection_error(c, NGX_ETIMEDOUT, "upstream timed out"); in ngx_http_upstream_process_upgraded()
3528 ngx_connection_error(c, NGX_ETIMEDOUT, "client timed out"); in ngx_http_upstream_process_non_buffered_downstream()
3551 ngx_connection_error(c, NGX_ETIMEDOUT, "upstream timed out"); in ngx_http_upstream_process_non_buffered_upstream()
3861 ngx_connection_error(c, NGX_ETIMEDOUT, "client timed out"); in ngx_http_upstream_process_downstream()
3907 ngx_connection_error(c, NGX_ETIMEDOUT, "upstream timed out"); in ngx_http_upstream_process_upstream()
4161 ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_ETIMEDOUT, in ngx_http_upstream_next()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c1084 ngx_log_error(NGX_LOG_ERR, wev->log, NGX_ETIMEDOUT, in ngx_ssl_ocsp_write_handler()
1138 ngx_log_error(NGX_LOG_ERR, rev->log, NGX_ETIMEDOUT, in ngx_ssl_ocsp_read_handler()
H A Dngx_event_openssl.c2830 || err == NGX_ETIMEDOUT in ngx_ssl_connection_error()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c505 ngx_log_error(NGX_LOG_ALERT, cycle->log, NGX_ETIMEDOUT, in ngx_epoll_test_rdhup()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c345 ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_v2_read_handler()
4151 ngx_log_error(NGX_LOG_INFO, fc->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_v2_read_client_request_body_handler()
4448 ngx_log_error(NGX_LOG_INFO, fc->log, NGX_ETIMEDOUT, "client timed out"); in ngx_http_v2_close_stream_handler()