Searched refs:NGX_FILE_RDONLY (Results 1 – 9 of 9) sorted by relevance
| /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_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 | 72 #define NGX_FILE_RDONLY O_RDONLY macro
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_open_file_cache.c | 815 fd = ngx_open_file_wrapper(name, of, NGX_FILE_RDONLY|NGX_FILE_NONBLOCK, in ngx_file_info_wrapper() 876 fd = ngx_open_file_wrapper(name, of, NGX_FILE_RDONLY|NGX_FILE_NONBLOCK, 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 | 1087 file.fd = ngx_open_file(file.name.data, NGX_FILE_RDONLY, in ngx_signal_process()
|
| /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() 3773 file.fd = ngx_open_file(file.name.data, NGX_FILE_RDONLY, in ngx_ssl_session_ticket_keys()
|