Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.c211 if (ngx_add_conn) {
214 if (ngx_add_conn(c) == NGX_ERROR) {
268 if (ngx_add_conn) {
H A Dngx_event.h437 static inline ngx_int_t ngx_add_conn(ngx_connection_t *c) in ngx_add_conn() function
466 #define ngx_add_conn ngx_event_actions.add_conn macro
H A Dngx_event_accept.c305 if (ngx_add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
307 if (ngx_add_conn(c) == NGX_ERROR) {
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_channel.c233 if (ngx_add_conn && (ngx_event_flags & NGX_USE_EPOLL_EVENT) == 0) {
235 if (ngx_add_conn(c) == NGX_ERROR) {
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.c4535 if (ngx_add_conn) {
4537 if (ngx_add_conn(c) == NGX_ERROR) {
4591 if (ngx_add_conn) {