Home
last modified time | relevance | path

Searched refs:NGX_USE_CLEAR_EVENT (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.c308 if (ngx_event_flags & NGX_USE_CLEAR_EVENT) {
H A Dngx_event.h226 #define NGX_USE_CLEAR_EVENT 0x00000004 macro
H A Dngx_event.c300 if (ngx_event_flags & NGX_USE_CLEAR_EVENT) { in ngx_handle_read_event()
378 if (ngx_event_flags & NGX_USE_CLEAR_EVENT) { in ngx_handle_write_event()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c222 ngx_event_flags |= NGX_USE_CLEAR_EVENT; in ngx_kqueue_init()
H A Dngx_epoll_module.c372 ngx_event_flags = NGX_USE_CLEAR_EVENT in ngx_epoll_init()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.c4463 event = (ngx_event_flags & NGX_USE_CLEAR_EVENT) ? in ngx_udp_connect()
4631 if (ngx_event_flags & NGX_USE_CLEAR_EVENT) {
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c533 if (ngx_event_flags & NGX_USE_CLEAR_EVENT) { in ngx_http_upstream_init()