Home
last modified time | relevance | path

Searched refs:NGX_FILE_RDWR (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_shmtx.c215 mtx->fd = ngx_open_file(name, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN, in ngx_shmtx_create()
H A Dngx_cycle.c1026 file.fd = ngx_open_file(file.name.data, NGX_FILE_RDWR, in ngx_create_pidfile()
1129 fd = ngx_open_file(file, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN, in ngx_test_lockfile()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h74 #define NGX_FILE_RDWR O_RDWR macro
H A Dngx_files.c621 fm->fd = ngx_open_file(fm->name, NGX_FILE_RDWR, NGX_FILE_TRUNCATE, in ngx_create_file_mapping()
/f-stack/app/nginx-1.16.1/src/http/modules/
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()
/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()