Home
last modified time | relevance | path

Searched refs:ngx_directio_off (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h328 ngx_int_t ngx_directio_off(ngx_fd_t fd);
H A Dngx_files.c847 ngx_directio_off(ngx_fd_t fd) in ngx_directio_off() function
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_output_chain.c579 if (ngx_directio_off(src->file->fd) == NGX_FILE_ERROR) { in ngx_output_chain_copy_buf()