Home
last modified time | relevance | path

Searched refs:NGX_FILE_OPEN (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c661 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 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.c1088 NGX_FILE_OPEN, NGX_FILE_DEFAULT_ACCESS); in ngx_signal_process()
/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_dav_module.c924 fd = ngx_open_file(dir, NGX_FILE_RDWR, NGX_FILE_OPEN, 0); in ngx_http_dav_copy_dir_time()
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.h76 #define NGX_FILE_OPEN 0 macro
/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()
3774 NGX_FILE_OPEN, 0); in ngx_ssl_session_ticket_keys()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c1449 file.fd = ngx_open_file(file.name.data, NGX_FILE_RDWR, NGX_FILE_OPEN, 0); in ngx_http_file_cache_update_header()