Home
last modified time | relevance | path

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 Dngx_http_auth_basic_module.c141 fd = ngx_open_file(user_file.data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_http_auth_basic_handler()
H A Dngx_http_geo_module.c1425 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 Dngx_files.h72 #define NGX_FILE_RDONLY O_RDONLY macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c815 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 Dngx_file.c811 fd = ngx_open_file(from, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_copy_file()
H A Dngx_conf_file.c180 fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0); in ngx_conf_parse()
H A Dngx_cycle.c1087 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 Dngx_stream_geo_module.c1351 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 Dngx_event_openssl.c1142 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()