Home
last modified time | relevance | path

Searched refs:ngx_use_epoll_rdhup (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_recv.c122 && ngx_use_epoll_rdhup) in ngx_unix_recv()
H A Dngx_readv_chain.c171 && ngx_use_epoll_rdhup) in ngx_readv_chain()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c154 ngx_uint_t ngx_use_epoll_rdhup; variable
502 ngx_use_epoll_rdhup = ee.events & EPOLLRDHUP; in ngx_epoll_test_rdhup()
511 ngx_use_epoll_rdhup ? "success" : "fail"); in ngx_epoll_test_rdhup()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h203 extern ngx_uint_t ngx_use_epoll_rdhup;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c2918 if ((ngx_event_flags & NGX_USE_EPOLL_EVENT) && ngx_use_epoll_rdhup) { in ngx_http_test_reading()
H A Dngx_http_upstream.c1394 if ((ngx_event_flags & NGX_USE_EPOLL_EVENT) && ngx_use_epoll_rdhup) { in ngx_http_upstream_check_broken_connection()