Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_setproctitle.h22 #if !defined NGX_SETPROCTITLE_USES_ENV
26 #define NGX_SETPROCTITLE_USES_ENV 1 macro
34 #define NGX_SETPROCTITLE_USES_ENV 1 macro
H A Dngx_setproctitle.c12 #if (NGX_SETPROCTITLE_USES_ENV)
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c702 #if (NGX_SETPROCTITLE_USES_ENV) in ngx_exec_new_binary()