Searched refs:ngx_tcp_push (Results 1 – 5 of 5) sorted by relevance
65 ngx_tcp_push(ngx_socket_t s) in ngx_tcp_push() function91 ngx_tcp_push(ngx_socket_t s) in ngx_tcp_push() function111 ngx_tcp_push(ngx_socket_t s) in ngx_tcp_push() function
42 int ngx_tcp_push(ngx_socket_t s);
2048 if (ngx_tcp_push(c->fd) == -1) { in ngx_http_upstream_send_request()2069 if (ngx_tcp_push(c->fd) == -1) { in ngx_http_upstream_send_request()
3179 if (ngx_tcp_push(c->fd) == -1) { in ngx_http_set_keepalive()
550 if (ngx_tcp_push(c->fd) == -1) { in ngx_http_v2_send_output_queue()