Searched refs:ngx_uid_t (Results 1 – 7 of 7) sorted by relevance
107 ngx_uid_t user;135 void ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user);
146 ngx_int_t ngx_create_paths(ngx_cycle_t *cycle, ngx_uid_t user);
598 ngx_create_paths(ngx_cycle_t *cycle, ngx_uid_t user) in ngx_create_paths()617 if (user == (ngx_uid_t) NGX_CONF_UNSET_UINT) { in ngx_create_paths()
1155 ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user) in ngx_reopen_files()1198 if (user != (ngx_uid_t) NGX_CONF_UNSET_UINT) { in ngx_reopen_files()
1059 ccf->user = (ngx_uid_t) NGX_CONF_UNSET_UINT; in ngx_core_module_create_conf()
16 typedef uid_t ngx_uid_t; typedef
354 ngx_reopen_files(cycle, (ngx_uid_t) -1); in ngx_single_process_cycle_loop()444 ngx_reopen_files(cycle, (ngx_uid_t) -1); in ngx_single_process_cycle()