Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h47 unsigned is_file:1; member
82 unsigned is_file:1; member
H A Dngx_open_file_cache.c174 of->is_file = ngx_is_file(&fi); in ngx_open_cached_file()
248 of->is_file = file->is_file; in ngx_open_cached_file()
414 file->is_file = of->is_file; in ngx_open_cached_file()
940 of->is_file = ngx_is_file(&fi); in ngx_open_and_stat_file()
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_of.h77 int is_file; /**< FALSE==dir, TRUE==file */ member
H A Ddpaa_of.c64 f->node.is_file = 1; in process_file()
92 assert(!dn->is_file); in node2dir()
147 dt->node.is_file = 0; in process_dir()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c158 if (!of.is_file) { in ngx_http_flv_handler()
H A Dngx_http_static_module.c196 if (!of.is_file) { in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c208 if (!of.is_file) { in ngx_http_gzip_static_handler()
H A Dngx_http_mp4_module.c523 if (!of.is_file) { in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c1581 if (of.is_file) { in ngx_http_script_file_code()
1587 if (of.is_file) { in ngx_http_script_file_code()
1605 if (of.is_file || of.is_dir || of.is_link) { in ngx_http_script_file_code()
1611 if (of.is_file || of.is_dir || of.is_link) { in ngx_http_script_file_code()