Home
last modified time | relevance | path

Searched refs:NGX_FILE_TRUNCATE (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h77 #define NGX_FILE_TRUNCATE (O_CREAT|O_TRUNC) 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/core/
H A Dngx_file.c848 nfd = ngx_open_file(to, NGX_FILE_WRONLY, NGX_FILE_TRUNCATE, access); in ngx_copy_file()
H A Dngx_open_file_cache.c753 && !(create & (NGX_FILE_CREATE_OR_OPEN|NGX_FILE_TRUNCATE))) in ngx_open_file_wrapper()
H A Dngx_cycle.c1024 create = ngx_test_config ? NGX_FILE_CREATE_OR_OPEN : NGX_FILE_TRUNCATE; in ngx_create_pidfile()