Home
last modified time | relevance | path

Searched refs:ngx_create_path (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h143 ngx_int_t ngx_create_path(ngx_file_t *file, ngx_path_t *path);
H A Dngx_file.c233 if (ngx_create_path(file, path) == NGX_ERROR) { in ngx_create_temp_file()
266 ngx_create_path(ngx_file_t *file, ngx_path_t *path) in ngx_create_path() function