Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h146 ngx_int_t ngx_create_paths(ngx_cycle_t *cycle, ngx_uid_t user);
H A Dngx_file.c598 ngx_create_paths(ngx_cycle_t *cycle, ngx_uid_t user) in ngx_create_paths() function
H A Dngx_cycle.c345 if (ngx_create_paths(cycle, ccf->user) != NGX_OK) { in ngx_init_cycle()