Searched refs:NGX_FILE_RDWR (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_shmtx.c | 215 mtx->fd = ngx_open_file(name, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN, in ngx_shmtx_create()
|
| H A D | ngx_cycle.c | 1026 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 D | ngx_files.h | 74 #define NGX_FILE_RDWR O_RDWR macro
|
| H A D | ngx_files.c | 621 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 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()
|
| /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()
|