Home
last modified time | relevance | path

Searched refs:NGX_FILE_CREATE_OR_OPEN (Results 1 – 5 of 5) 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.c376 NGX_FILE_CREATE_OR_OPEN, in ngx_init_cycle()
1024 create = ngx_test_config ? NGX_FILE_CREATE_OR_OPEN : NGX_FILE_TRUNCATE; in ngx_create_pidfile()
1129 fd = ngx_open_file(file, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN, in ngx_test_lockfile()
1185 NGX_FILE_CREATE_OR_OPEN, NGX_FILE_DEFAULT_ACCESS); in ngx_reopen_files()
H A Dngx_open_file_cache.c753 && !(create & (NGX_FILE_CREATE_OR_OPEN|NGX_FILE_TRUNCATE))) in ngx_open_file_wrapper()
881 NGX_FILE_CREATE_OR_OPEN, in ngx_open_and_stat_file()
H A Dngx_log.c379 NGX_FILE_CREATE_OR_OPEN,
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h75 #define NGX_FILE_CREATE_OR_OPEN O_CREAT macro