Home
last modified time | relevance | path

Searched refs:NGX_FILE_WRONLY (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h73 #define NGX_FILE_WRONLY O_WRONLY macro
/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()