Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_sendfile_chain.c13 static ssize_t ngx_linux_sendfile(ngx_connection_t *c, ngx_buf_t *file,
174 n = ngx_linux_sendfile(c, file, file_size); in ngx_linux_sendfile_chain()
230 ngx_linux_sendfile(ngx_connection_t *c, ngx_buf_t *file, size_t size) in ngx_linux_sendfile() function