Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c38 static ngx_int_t ngx_open_and_stat_file(ngx_str_t *name,
186 rc = ngx_open_and_stat_file(name, of, pool->log); in ngx_open_cached_file()
221 rc = ngx_open_and_stat_file(name, of, pool->log); in ngx_open_cached_file()
289 rc = ngx_open_and_stat_file(name, of, pool->log); in ngx_open_cached_file()
354 rc = ngx_open_and_stat_file(name, of, pool->log); in ngx_open_cached_file()
840 ngx_open_and_stat_file(ngx_str_t *name, ngx_open_file_info_t *of, in ngx_open_and_stat_file() function