Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_write_filter_module.c105 cl->buf->file_last - cl->buf->file_pos); in ngx_stream_write_filter()
119 cl->buf->file_last); in ngx_stream_write_filter()
137 cl->buf->file_last); in ngx_stream_write_filter()
177 cl->buf->file_last - cl->buf->file_pos); in ngx_stream_write_filter()
191 cl->buf->file_last); in ngx_stream_write_filter()
209 cl->buf->file_last); in ngx_stream_write_filter()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_output_chain.c120 ctx->in->buf->file_last); in ngx_output_chain()
142 ctx->in->buf->file_last); in ngx_output_chain()
354 && buf->file_last > NGX_SENDFILE_LIMIT) in ngx_output_chain_add_copy()
371 b->file_last = NGX_SENDFILE_LIMIT; in ngx_output_chain_add_copy()
556 dst->file_last = src->file_pos + size; in ngx_output_chain_copy_buf()
656 dst->file_last = src->file_pos + n; in ngx_output_chain_copy_buf()
664 if (src->file_pos == src->file_last) { in ngx_output_chain_copy_buf()
701 in->buf->file_last); in ngx_chain_writer()
721 in->buf->file_last); in ngx_chain_writer()
763 cl->buf->file_last); in ngx_chain_writer()
[all …]
H A Dngx_buf.c239 size = cl->buf->file_last - cl->buf->file_pos; in ngx_chain_coalesce_file()
247 if (aligned <= cl->buf->file_last) { in ngx_chain_coalesce_file()
296 in->buf->file_pos = in->buf->file_last; in ngx_chain_update_sent()
H A Dngx_buf.h24 off_t file_last; member
141 (b->file_last - b->file_pos))
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_write_filter_module.c81 cl->buf->file_last - cl->buf->file_pos); in ngx_http_write_filter()
95 cl->buf->file_last); in ngx_http_write_filter()
113 cl->buf->file_last); in ngx_http_write_filter()
153 cl->buf->file_last - cl->buf->file_pos); in ngx_http_write_filter()
167 cl->buf->file_last); in ngx_http_write_filter()
185 cl->buf->file_last); in ngx_http_write_filter()
H A Dngx_http_request_body.c970 cl->buf->file_last - cl->buf->file_pos); in ngx_http_request_body_chunked_filter()
1103 cl->buf->file_last - cl->buf->file_pos); in ngx_http_request_body_save_filter()
1115 cl->buf->file_last - cl->buf->file_pos); in ngx_http_request_body_save_filter()
1161 b->file_last = rb->temp_file->file.offset; in ngx_http_request_body_save_filter()
H A Dngx_http_file_cache.c1598 b->file_last = c->length; in ngx_http_cache_send()
H A Dngx_http_upstream.c1955 file_pos = cl->buf->file_last; in ngx_http_upstream_reinit()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c393 cl->buf->file_last - cl->buf->file_pos); in ngx_event_pipe_read_upstream()
406 cl->buf->file_last - cl->buf->file_pos); in ngx_event_pipe_read_upstream()
419 cl->buf->file_last - cl->buf->file_pos); in ngx_event_pipe_read_upstream()
432 cl->buf->file_last - cl->buf->file_pos); in ngx_event_pipe_read_upstream()
708 if (cl->buf->file_last == p->temp_file->offset) { in ngx_event_pipe_write_to_downstream()
872 if (b->file_last == p->temp_file->offset) { in ngx_event_pipe_write_chain_to_temp_file()
874 b->file_last = p->temp_file->offset; in ngx_event_pipe_write_chain_to_temp_file()
898 b->file_last = p->temp_file->offset; in ngx_event_pipe_write_chain_to_temp_file()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_solaris_sendfilev_chain.c128 size = cl->buf->file_last - cl->buf->file_pos; in ngx_solaris_sendfilev_chain()
136 if (aligned <= cl->buf->file_last) { in ngx_solaris_sendfilev_chain()
H A Dngx_writev_chain.c74 cl->buf->file_last); in ngx_writev_chain()
143 in->buf->file_last); in ngx_output_chain_to_iovec()
H A Dngx_udp_sendmsg_chain.c78 cl->buf->file_last); in ngx_udp_unix_sendmsg_chain()
155 in->buf->file_last); in ngx_udp_output_chain_to_iovec()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c239 b->file_last = of.size; in ngx_http_flv_handler()
241 b->in_file = b->file_last ? 1: 0; in ngx_http_flv_handler()
H A Dngx_http_static_module.c254 b->file_last = of.size; in ngx_http_static_handler()
256 b->in_file = b->file_last ? 1: 0; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c268 b->file_last = of.size; in ngx_http_gzip_static_handler()
270 b->in_file = b->file_last ? 1 : 0; in ngx_http_gzip_static_handler()
H A Dngx_http_range_filter_module.c735 buf->file_pos = buf->file_last; in ngx_http_range_singlepart_body()
758 buf->file_last -= last - range->end; in ngx_http_range_singlepart_body()
859 b->file_last = buf->file_pos + range[i].end; in ngx_http_range_multipart_body()
H A Dngx_http_fastcgi_module.c1226 if (file_pos >= body->buf->file_last) { in ngx_http_fastcgi_create_request()
1227 file_pos = body->buf->file_last; in ngx_http_fastcgi_create_request()
1231 b->file_last = file_pos; in ngx_http_fastcgi_create_request()
1443 in->buf->file_last - in->buf->file_pos); in ngx_http_fastcgi_body_output_filter()
1485 if (file_pos >= in->buf->file_last) { in ngx_http_fastcgi_body_output_filter()
1486 file_pos = in->buf->file_last; in ngx_http_fastcgi_body_output_filter()
1490 b->file_last = file_pos; in ngx_http_fastcgi_body_output_filter()
1605 cl->buf->file_last - cl->buf->file_pos); in ngx_http_fastcgi_body_output_filter()
H A Dngx_http_mp4_module.c668 b->file_last = of.size; in ngx_http_mp4_handler()
670 b->in_file = b->file_last ? 1 : 0; in ngx_http_mp4_handler()
870 if (start_offset > mp4->mdat_data.buf->file_last) { in ngx_http_mp4_process()
1209 data->file_last = mp4->offset + atom_data_size; in ngx_http_mp4_read_mdat_atom()
1239 mp4->mdat_data.buf->file_last = end_offset; in ngx_http_mp4_update_mdat_atom()
3289 trak->end_offset = mp4->mdat_data.buf->file_last; in ngx_http_mp4_update_stco_atom()
3473 trak->end_offset = mp4->mdat_data.buf->file_last; in ngx_http_mp4_update_co64_atom()
H A Dngx_http_grpc_module.c1217 in->buf->file_last - in->buf->file_pos); in ngx_http_grpc_body_output_filter()
1268 if (file_pos >= in->buf->file_last) { in ngx_http_grpc_body_output_filter()
1269 file_pos = in->buf->file_last; in ngx_http_grpc_body_output_filter()
1273 b->file_last = file_pos; in ngx_http_grpc_body_output_filter()
1393 cl->buf->file_last - cl->buf->file_pos); in ngx_http_grpc_body_output_filter()
H A Dngx_http_sub_filter_module.c413 b->file_last = b->file_pos + (b->last - ctx->buf->pos); in ngx_http_sub_body_filter()
H A Dngx_http_ssi_filter_module.c554 b->file_last = b->file_pos in ngx_http_ssi_body_filter()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs745 b->file_last = offset + bytes;
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c1655 chunk->file_last = chunk->file_pos + size; in ngx_http_v2_filter_get_shadow()