Searched refs:ngx_open_file_info_t (Results 1 – 15 of 15) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_open_file_cache.h | 51 } ngx_open_file_info_t; typedef 126 ngx_open_file_info_t *of, ngx_pool_t *pool);
|
| H A D | ngx_open_file_cache.c | 34 ngx_open_file_info_t *of, ngx_int_t mode, ngx_int_t create, 37 ngx_open_file_info_t *of, ngx_file_info_t *fi, ngx_log_t *log); 39 ngx_open_file_info_t *of, ngx_log_t *log); 41 ngx_cached_open_file_t *file, ngx_open_file_info_t *of, ngx_log_t *log); 145 ngx_open_file_info_t *of, ngx_pool_t *pool) in ngx_open_cached_file() 614 ngx_open_file_wrapper(ngx_str_t *name, ngx_open_file_info_t *of, in ngx_open_file_wrapper() 781 ngx_file_info_wrapper(ngx_str_t *name, ngx_open_file_info_t *of, in ngx_file_info_wrapper() 840 ngx_open_and_stat_file(ngx_str_t *name, ngx_open_file_info_t *of, in ngx_open_and_stat_file() 955 ngx_cached_open_file_t *file, ngx_open_file_info_t *of, ngx_log_t *log) in ngx_open_file_add_event()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_index_module.c | 105 ngx_open_file_info_t of; in ngx_http_index_handler() 203 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_index_handler() 290 ngx_open_file_info_t of; in ngx_http_index_test_dir() 305 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_index_test_dir()
|
| H A D | ngx_http_flv_module.c | 73 ngx_open_file_info_t of; in ngx_http_flv_handler() 104 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 59 ngx_open_file_info_t of; in ngx_http_static_handler() 89 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 94 ngx_open_file_info_t of; in ngx_http_gzip_static_handler() 143 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_try_files_module.c | 86 ngx_open_file_info_t of; in ngx_http_try_files_handler() 216 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_try_files_handler()
|
| H A D | ngx_http_log_module.c | 478 ngx_open_file_info_t of; in ngx_http_log_script_write() 495 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_log_script_write() 549 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_log_script_write()
|
| H A D | ngx_http_mp4_module.c | 438 ngx_open_file_info_t of; in ngx_http_mp4_handler() 469 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_mp4_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 529 ngx_http_core_loc_conf_t *clcf, ngx_str_t *path, ngx_open_file_info_t *of);
|
| H A D | ngx_http_script.c | 1508 ngx_open_file_info_t of; in ngx_http_script_file_code() 1528 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_script_file_code()
|
| H A D | ngx_http_file_cache.c | 271 ngx_open_file_info_t of; in ngx_http_file_cache_open() 348 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_http_file_cache_open()
|
| H A D | ngx_http_core_module.c | 2580 ngx_http_core_loc_conf_t *clcf, ngx_str_t *path, ngx_open_file_info_t *of) in ngx_http_set_disable_symlinks()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | nginx.xs | 674 ngx_open_file_info_t of; 709 ngx_memzero(&of, sizeof(ngx_open_file_info_t));
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 425 ngx_open_file_info_t of; in ngx_stream_log_script_write() 444 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); in ngx_stream_log_script_write()
|