Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h145 ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot);
H A Dngx_file.c412 if (ngx_add_path(cf, slot) == NGX_ERROR) { in ngx_conf_set_path_slot()
451 if (ngx_add_path(cf, path) != NGX_OK) { in ngx_conf_merge_path_value()
526 ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot) in ngx_add_path() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c2587 if (ngx_add_path(cf, &cache->path) != NGX_OK) { in ngx_http_file_cache_set_slot()