sendfile           85 core/ngx_buf.h     unsigned                     sendfile:1;
sendfile          158 core/ngx_connection.h     unsigned            sendfile:1;
sendfile          220 core/ngx_output_chain.c     ngx_uint_t  sendfile;
sendfile          230 core/ngx_output_chain.c     sendfile = ctx->sendfile;
sendfile          235 core/ngx_output_chain.c         sendfile = 0;
sendfile          240 core/ngx_output_chain.c     if (!sendfile) {
sendfile          462 core/ngx_output_chain.c     ngx_uint_t   sendfile;
sendfile          470 core/ngx_output_chain.c     sendfile = ctx->sendfile & !ctx->directio;
sendfile          475 core/ngx_output_chain.c         sendfile = 0;
sendfile          487 core/ngx_output_chain.c             if (sendfile) {
sendfile          576 core/ngx_output_chain.c         if (sendfile) {
sendfile          189 event/ngx_event_accept.c             c->sendfile = 0;
sendfile           82 event/ngx_event_connect.c     c->sendfile = 1;
sendfile           92 event/ngx_event_connect.c         c->sendfile = 0;
sendfile          106 http/ngx_http_copy_filter_module.c         ctx->sendfile = c->sendfile;
sendfile          398 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, sendfile),
sendfile         1402 http/ngx_http_core_module.c     if ((ngx_io.flags & NGX_IO_SENDFILE) && clcf->sendfile) {
sendfile         1403 http/ngx_http_core_module.c         r->connection->sendfile = 1;
sendfile         1406 http/ngx_http_core_module.c         r->connection->sendfile = 0;
sendfile         3102 http/ngx_http_core_module.c     clcf->sendfile = NGX_CONF_UNSET;
sendfile         3309 http/ngx_http_core_module.c     ngx_conf_merge_value(conf->sendfile, prev->sendfile, 0);
sendfile          365 http/ngx_http_core_module.h     ngx_flag_t    sendfile;                /* sendfile */
sendfile         1125 http/ngx_http_upstream.c     c->sendfile &= r->connection->sendfile;
sendfile         1126 http/ngx_http_upstream.c     u->output.sendfile = c->sendfile;
sendfile         1211 http/ngx_http_upstream.c     c->sendfile = 0;
sendfile         1212 http/ngx_http_upstream.c     u->output.sendfile = 0;
sendfile         2287 http/ngx_http_upstream.c         c->sendfile = 0;
sendfile          234 os/unix/ngx_darwin_sendfile_chain.c             rc = sendfile(file->file->fd, c->fd, file->file_pos,
sendfile          269 os/unix/ngx_freebsd_sendfile_chain.c             rc = sendfile(file->file->fd, c->fd, file->file_pos,
sendfile           69 os/unix/ngx_linux_config.h extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size);
sendfile          261 os/unix/ngx_linux_sendfile_chain.c             rc = sendfile(c->fd, file->file->fd, &offset, file_size);
sendfile           63 os/unix/ngx_solaris_sendfilev_chain.c     if (!c->sendfile) {