Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.h137 ngx_pid_t ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv);
H A Dnginx.c661 ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv) in ngx_exec_new_binary() function
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c304 ngx_new_binary = ngx_exec_new_binary(cycle, ngx_argv); in ngx_master_process_cycle()