Home
last modified time | relevance | path

Searched defs:sendfile (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_output_chain.c250 ngx_uint_t sendfile; in ngx_output_chain_as_is() local
527 ngx_uint_t sendfile; in ngx_output_chain_copy_buf() local
H A Dngx_buf.h84 unsigned sendfile:1; member
H A Dngx_connection.h186 unsigned sendfile:1; member
/f-stack/freebsd/kern/
H A Dkern_sendfile.c1262 sendfile(struct thread *td, struct sendfile_args *uap, int compat) in sendfile() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h385 ngx_flag_t sendfile; /* sendfile */ member