Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_buf.h97 nxt_off_t file_end; member
210 (nxt_buf_is_file(b) ? (b)->file_end - (b)->file_pos: \
H A Dnxt_solaris_sendfilev.c109 size = b->file_end - pos; in nxt_solaris_buf_coalesce()
H A Dnxt_sendbuf.c180 size = b->file_end - b->file_pos; in nxt_sendbuf_file_coalesce()
366 b->file_pos = b->file_end; in nxt_sendbuf_update()
H A Dnxt_event_conn_job_sendfile.c248 } else if (nxt_buf_is_file(b) && b->file_pos != b->file_end) { in nxt_event_conn_job_sendfile_completion()
H A Dnxt_http_static.c581 fb->file_end = nxt_file_size(&fi); in nxt_http_static_send_ready()
805 rest = fb->file_end - fb->file_pos; in nxt_http_static_body_handler()
873 rest = fb->file_end - fb->file_pos; in nxt_http_static_buf_completion()
H A Dnxt_conn_write.c201 size = b->file_end - b->file_pos; in nxt_conn_io_sendfile()
H A Dnxt_h1proto.c963 b->file_end += size; in nxt_h1p_request_body_read()
1047 body_rest = b->file->size - b->file_end; in nxt_h1p_conn_request_body_read()
1058 b->file_end += size; in nxt_h1p_conn_request_body_read()
2339 body->file_end = r->body->file_end; in nxt_h1p_peer_header_send()
H A Dnxt_port_socket.c663 b->file_pos = b->file_end; in nxt_port_buf_completion()