Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c169 of->uniq = ngx_file_uniq(&fi); in ngx_open_cached_file()
853 if (of->uniq == ngx_file_uniq(&fi)) { in ngx_open_and_stat_file()
935 of->uniq = ngx_file_uniq(&fi); in ngx_open_and_stat_file()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h190 #define ngx_file_uniq(sb) (sb)->st_ino macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c1405 uniq = ngx_file_uniq(&fi); in ngx_http_file_cache_update()
1479 if (c->uniq != ngx_file_uniq(&fi) in ngx_http_file_cache_update_header()