NGX_SENDFILE_LIMIT   60 core/ngx_output_chain.c #if (NGX_SENDFILE_LIMIT)
NGX_SENDFILE_LIMIT   61 core/ngx_output_chain.c             && !(in->buf->in_file && in->buf->file_last > NGX_SENDFILE_LIMIT)
NGX_SENDFILE_LIMIT  232 core/ngx_output_chain.c #if (NGX_SENDFILE_LIMIT)
NGX_SENDFILE_LIMIT  234 core/ngx_output_chain.c     if (buf->in_file && buf->file_pos >= NGX_SENDFILE_LIMIT) {
NGX_SENDFILE_LIMIT  266 core/ngx_output_chain.c #if (NGX_SENDFILE_LIMIT)
NGX_SENDFILE_LIMIT  283 core/ngx_output_chain.c #if (NGX_SENDFILE_LIMIT)
NGX_SENDFILE_LIMIT  288 core/ngx_output_chain.c             && buf->file_pos < NGX_SENDFILE_LIMIT
NGX_SENDFILE_LIMIT  289 core/ngx_output_chain.c             && buf->file_last > NGX_SENDFILE_LIMIT)
NGX_SENDFILE_LIMIT  301 core/ngx_output_chain.c                 buf->pos += (ssize_t) (NGX_SENDFILE_LIMIT - buf->file_pos);
NGX_SENDFILE_LIMIT  305 core/ngx_output_chain.c             buf->file_pos = NGX_SENDFILE_LIMIT;
NGX_SENDFILE_LIMIT  306 core/ngx_output_chain.c             b->file_last = NGX_SENDFILE_LIMIT;
NGX_SENDFILE_LIMIT  472 core/ngx_output_chain.c #if (NGX_SENDFILE_LIMIT)
NGX_SENDFILE_LIMIT  474 core/ngx_output_chain.c     if (src->in_file && src->file_pos >= NGX_SENDFILE_LIMIT) {
NGX_SENDFILE_LIMIT   65 os/unix/ngx_linux_sendfile_chain.c     if (limit == 0 || limit > (off_t) (NGX_SENDFILE_LIMIT - ngx_pagesize)) {
NGX_SENDFILE_LIMIT   66 os/unix/ngx_linux_sendfile_chain.c         limit = NGX_SENDFILE_LIMIT - ngx_pagesize;