Home
last modified time | relevance | path

Searched refs:ngx_tcp_push_n (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_socket.h47 #define ngx_tcp_push_n "setsockopt(!TCP_CORK)" macro
52 #define ngx_tcp_push_n "setsockopt(!TCP_NOPUSH)" macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c2050 ngx_tcp_push_n " failed"); in ngx_http_upstream_send_request()
2071 ngx_tcp_push_n " failed"); in ngx_http_upstream_send_request()
H A Dngx_http_request.c3180 ngx_connection_error(c, ngx_socket_errno, ngx_tcp_push_n " failed"); in ngx_http_set_keepalive()
/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()