Searched refs:NGX_FILE_OPEN (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_open_file_cache.c | 661 NGX_FILE_OPEN, 0); in ngx_open_file_wrapper() 678 NGX_FILE_OPEN, 0); in ngx_open_file_wrapper() 709 NGX_FILE_OPEN, 0, log); in ngx_open_file_wrapper() 714 NGX_FILE_OPEN, 0); in ngx_open_file_wrapper() 816 NGX_FILE_OPEN, 0, log); in ngx_file_info_wrapper() 877 NGX_FILE_OPEN, 0, log); in ngx_open_and_stat_file()
|
| H A D | ngx_file.c | 811 fd = ngx_open_file(from, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_copy_file()
|
| H A D | ngx_conf_file.c | 180 fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_conf_parse()
|
| H A D | ngx_cycle.c | 1088 NGX_FILE_OPEN, NGX_FILE_DEFAULT_ACCESS); in ngx_signal_process()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_auth_basic_module.c | 141 fd = ngx_open_file(user_file.data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_http_auth_basic_handler()
|
| H A D | ngx_http_dav_module.c | 924 fd = ngx_open_file(dir, NGX_FILE_RDWR, NGX_FILE_OPEN, 0); in ngx_http_dav_copy_dir_time()
|
| H A D | ngx_http_geo_module.c | 1425 file.fd = ngx_open_file(name->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_http_geo_include_binary_base()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_files.h | 76 #define NGX_FILE_OPEN 0 macro
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_geo_module.c | 1351 file.fd = ngx_open_file(name->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_stream_geo_include_binary_base()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.c | 1142 fd = ngx_open_file(file->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_ssl_read_password_file() 3774 NGX_FILE_OPEN, 0); in ngx_ssl_session_ticket_keys()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 1449 file.fd = ngx_open_file(file.name.data, NGX_FILE_RDWR, NGX_FILE_OPEN, 0); in ngx_http_file_cache_update_header()
|