Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c171 of->size = ngx_file_size(&fi); in ngx_open_cached_file()
915 if (of->read_ahead && ngx_file_size(&fi) > NGX_MIN_READ_AHEAD) { in ngx_open_and_stat_file()
922 if (of->directio <= ngx_file_size(&fi)) { in ngx_open_and_stat_file()
937 of->size = ngx_file_size(&fi); in ngx_open_and_stat_file()
H A Dngx_conf_file.c130 size = ngx_file_size(&cf->conf_file->file.info); in ngx_conf_add_dump()
529 file_size = ngx_file_size(&cf->conf_file->file.info); in ngx_conf_read_token()
H A Dngx_file.c832 size = (cf->size != -1) ? cf->size : ngx_file_size(&fi); in ngx_copy_file()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h187 #define ngx_file_size(sb) (sb)->st_size macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c844 cf.size = ngx_file_size(&fi); in ngx_http_dav_copy_move_handler()
H A Dngx_http_geo_module.c1458 size = (size_t) ngx_file_size(&fi); in ngx_http_geo_include_binary_base()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c1384 size = (size_t) ngx_file_size(&fi); in ngx_stream_geo_include_binary_base()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c1480 || c->length != ngx_file_size(&fi)) in ngx_http_file_cache_update_header()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c3788 size = ngx_file_size(&fi); in ngx_ssl_session_ticket_keys()