Searched refs:ngx_init_setproctitle (Results 1 – 3 of 3) sorted by relevance
16 #define ngx_init_setproctitle(log) NGX_OK macro29 ngx_int_t ngx_init_setproctitle(ngx_log_t *log);37 ngx_int_t ngx_init_setproctitle(ngx_log_t *log);42 #define ngx_init_setproctitle(log) NGX_OK macro
49 if (ngx_init_setproctitle(log) != NGX_OK) { in ngx_os_init()
35 ngx_init_setproctitle(ngx_log_t *log) in ngx_init_setproctitle() function