Home
last modified time | relevance | path

Searched refs:ngx_freebsd_net_inet_tcp_sendspace (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_freebsd_init.c18 u_long ngx_freebsd_net_inet_tcp_sendspace; variable
65 &ngx_freebsd_net_inet_tcp_sendspace,
66 sizeof(ngx_freebsd_net_inet_tcp_sendspace), 0 },
H A Dngx_freebsd.h18 extern u_long ngx_freebsd_net_inet_tcp_sendspace;
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c3753 if ((u_long) *np >= ngx_freebsd_net_inet_tcp_sendspace) { in ngx_http_fastcgi_lowat_check()
3757 ngx_freebsd_net_inet_tcp_sendspace); in ngx_http_fastcgi_lowat_check()
H A Dngx_http_proxy_module.c4258 if ((u_long) *np >= ngx_freebsd_net_inet_tcp_sendspace) { in ngx_http_proxy_lowat_check()
4262 ngx_freebsd_net_inet_tcp_sendspace); in ngx_http_proxy_lowat_check()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c5077 if ((u_long) *np >= ngx_freebsd_net_inet_tcp_sendspace) { in ngx_http_core_lowat_check()
5081 ngx_freebsd_net_inet_tcp_sendspace); in ngx_http_core_lowat_check()