ngx_uid_t         951 core/nginx.c       ccf->user = (ngx_uid_t) NGX_CONF_UNSET_UINT;
ngx_uid_t        1116 core/ngx_cycle.c ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user)
ngx_uid_t        1176 core/ngx_cycle.c         if (user != (ngx_uid_t) NGX_CONF_UNSET_UINT) {
ngx_uid_t          91 core/ngx_cycle.h      ngx_uid_t                user;
ngx_uid_t         123 core/ngx_cycle.h void ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user);
ngx_uid_t         471 core/ngx_file.c ngx_create_pathes(ngx_cycle_t *cycle, ngx_uid_t user)
ngx_uid_t         490 core/ngx_file.c         if (user == (ngx_uid_t) NGX_CONF_UNSET_UINT) {
ngx_uid_t         131 core/ngx_file.h ngx_int_t ngx_create_pathes(ngx_cycle_t *cycle, ngx_uid_t user);
ngx_uid_t         340 os/unix/ngx_process_cycle.c             ngx_reopen_files(cycle, (ngx_uid_t) -1);