Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h188 ngx_int_t (*add_conn)(ngx_connection_t *c); member
439 return ngx_event_actions.add_conn(c); in ngx_add_conn()
466 #define ngx_add_conn ngx_event_actions.add_conn
H A Dngx_event_connect.c209 if (ngx_event_actions.add_conn) {
266 if (ngx_event_actions.add_conn) {
H A Dngx_event_accept.c303 if (ngx_event_actions.add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_channel.c231 if (ngx_event_actions.add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.c4533 if (ngx_event_actions.add_conn) {
4589 if (ngx_event_actions.add_conn) {