| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_udp_send.c | 32 (void) ngx_connection_error(c, 0, "sendto() incomplete"); in ngx_udp_unix_send() 52 (void) ngx_connection_error(c, err, "sendto() failed"); in ngx_udp_unix_send()
|
| H A D | ngx_send.c | 25 (void) ngx_connection_error(c, wev->kq_errno, in ngx_unix_send() 69 (void) ngx_connection_error(c, err, "send() failed"); in ngx_unix_send()
|
| H A D | ngx_recv.c | 38 return ngx_connection_error(c, rev->kq_errno, in ngx_unix_recv() 154 n = ngx_connection_error(c, err, "recv() failed"); in ngx_unix_recv()
|
| H A D | ngx_linux_sendfile_chain.c | 118 ngx_connection_error(c, err, in ngx_linux_sendfile_chain() 143 ngx_connection_error(c, err, in ngx_linux_sendfile_chain() 277 ngx_connection_error(c, err, "sendfile() failed"); in ngx_linux_sendfile() 360 ngx_connection_error(c, ctx->err, "sendfile() failed"); in ngx_linux_sendfile_thread()
|
| H A D | ngx_freebsd_sendfile_chain.c | 62 (void) ngx_connection_error(c, wev->kq_errno, in ngx_freebsd_sendfile_chain() 148 (void) ngx_connection_error(c, err, in ngx_freebsd_sendfile_chain() 210 (void) ngx_connection_error(c, err, "sendfile() failed"); in ngx_freebsd_sendfile_chain()
|
| H A D | ngx_darwin_sendfile_chain.c | 56 (void) ngx_connection_error(c, wev->kq_errno, in ngx_darwin_sendfile_chain() 151 (void) ngx_connection_error(c, err, "sendfile() failed"); in ngx_darwin_sendfile_chain()
|
| H A D | ngx_writev_chain.c | 32 (void) ngx_connection_error(c, wev->kq_errno, in ngx_writev_chain() 210 ngx_connection_error(c, err, "writev() failed"); in ngx_writev()
|
| H A D | ngx_udp_recv.c | 59 n = ngx_connection_error(c, err, "recv() failed"); in ngx_udp_unix_recv()
|
| H A D | ngx_udp_sendmsg_chain.c | 37 (void) ngx_connection_error(c, wev->kq_errno, in ngx_udp_unix_sendmsg_chain() 329 ngx_connection_error(c, err, "sendmsg() failed"); in ngx_sendmsg()
|
| H A D | ngx_readv_chain.c | 201 n = ngx_connection_error(c, err, "readv() failed"); in ngx_readv_chain()
|
| H A D | ngx_solaris_sendfilev_chain.c | 179 ngx_connection_error(c, err, "sendfilev() failed"); in ngx_solaris_sendfilev_chain()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_return_module.c | 144 ngx_connection_error(c, NGX_ETIMEDOUT, "connection timed out"); in ngx_stream_return_write_handler()
|
| H A D | ngx_stream_handler.c | 253 ngx_connection_error(c, err, "recv() failed"); in ngx_stream_proxy_protocol_handler()
|
| H A D | ngx_stream_proxy_module.c | 1399 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() 1476 (void) ngx_connection_error(c, err, in ngx_stream_proxy_test_connect() 1499 (void) ngx_connection_error(c, err, "connect() failed"); in ngx_stream_proxy_test_connect()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.h | 226 ngx_int_t ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text);
|
| H A D | ngx_connection.c | 1468 ngx_connection_error(c, ngx_socket_errno, "getsockname() failed"); 1516 ngx_connection_error(c, ngx_socket_errno, 1525 ngx_connection_error(c, ngx_socket_errno, 1537 ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text) function
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 2681 (void) ngx_connection_error(c, err, in ngx_http_upstream_test_connect() 2705 (void) ngx_connection_error(c, err, "connect() failed"); in ngx_http_upstream_test_connect() 3354 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()
|
| H A D | ngx_http_request.c | 694 ngx_connection_error(c, err, "recv() failed"); in ngx_http_ssl_handshake() 3180 ngx_connection_error(c, ngx_socket_errno, ngx_tcp_push_n " failed"); in ngx_http_set_keepalive() 3377 ngx_connection_error(c, ngx_socket_errno, in ngx_http_set_lingering_close()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 994 ngx_connection_error(c, ngx_socket_errno, in ngx_send_lowat()
|
| H A D | ngx_event_openssl.c | 1701 ngx_connection_error(c, err, in ngx_ssl_handshake() 1814 ngx_connection_error(c, err, in ngx_ssl_try_early_data()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 551 ngx_connection_error(c, ngx_socket_errno, ngx_tcp_push_n " failed"); in ngx_http_v2_send_output_queue()
|