Home
last modified time | relevance | path

Searched refs:ngx_connection_error (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_udp_send.c32 (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 Dngx_send.c25 (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 Dngx_recv.c38 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 Dngx_linux_sendfile_chain.c118 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 Dngx_freebsd_sendfile_chain.c62 (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 Dngx_darwin_sendfile_chain.c56 (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 Dngx_writev_chain.c32 (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 Dngx_udp_recv.c59 n = ngx_connection_error(c, err, "recv() failed"); in ngx_udp_unix_recv()
H A Dngx_udp_sendmsg_chain.c37 (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 Dngx_readv_chain.c201 n = ngx_connection_error(c, err, "readv() failed"); in ngx_readv_chain()
H A Dngx_solaris_sendfilev_chain.c179 ngx_connection_error(c, err, "sendfilev() failed"); in ngx_solaris_sendfilev_chain()
/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.c253 ngx_connection_error(c, err, "recv() failed"); 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()
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 Dngx_connection.h226 ngx_int_t ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text);
H A Dngx_connection.c1468 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 Dngx_http_upstream.c2681 (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 Dngx_http_request.c694 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 Dngx_event.c994 ngx_connection_error(c, ngx_socket_errno, in ngx_send_lowat()
H A Dngx_event_openssl.c1701 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 Dngx_http_v2.c551 ngx_connection_error(c, ngx_socket_errno, ngx_tcp_push_n " failed"); in ngx_http_v2_send_output_queue()