Home
last modified time | relevance | path

Searched refs:ngx_set_inherited_sockets (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h217 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
H A Dnginx.c526 return ngx_set_inherited_sockets(cycle); in ngx_add_inherited_sockets()
H A Dngx_connection.c177 ngx_set_inherited_sockets(ngx_cycle_t *cycle) in ngx_set_inherited_sockets() function