Searched refs:ngx_add_path (Results 1 – 3 of 3) sorted by relevance
145 ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot);
412 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
2587 if (ngx_add_path(cf, &cache->path) != NGX_OK) { in ngx_http_file_cache_set_slot()