Home
last modified time | relevance | path

Searched refs:nxt_off_t (Results 1 – 25 of 27) sorted by relevance

12

/unit/src/
H A Dnxt_file.h98 nxt_off_t size;
156 size_t size, nxt_off_t offset);
158 nxt_off_t offset);
159 NXT_EXPORT void nxt_file_read_ahead(nxt_file_t *file, nxt_off_t offset,
H A Dnxt_solaris_sendfilev.c32 nxt_off_t size; in nxt_solaris_event_conn_io_sendfilev()
81 if ((nxt_off_t) sent < size) { in nxt_solaris_event_conn_io_sendfilev()
96 nxt_off_t pos, last_pos; in nxt_solaris_buf_coalesce()
H A Dnxt_aix_send_file.c22 nxt_off_t file_size, sent; in nxt_aix_event_conn_io_send_file()
121 if (sent < (nxt_off_t) sb.size) { in nxt_aix_event_conn_io_send_file()
H A Dnxt_macosx_sendfile.c35 nxt_off_t sent; in nxt_macosx_event_conn_io_sendfile()
148 if (sent < (nxt_off_t) sb.size) { in nxt_macosx_event_conn_io_sendfile()
H A Dnxt_freebsd_sendfile.c40 nxt_off_t sent; in nxt_freebsd_event_conn_io_sendfile()
138 if (sent < (nxt_off_t) sb.size) { in nxt_freebsd_event_conn_io_sendfile()
H A Dnxt_mem_map.c12 nxt_fd_t fd, nxt_off_t offset) in nxt_mem_mmap()
H A Dnxt_parse.h14 NXT_EXPORT nxt_off_t nxt_off_t_parse(const u_char *p, size_t len);
H A Dnxt_h1proto.h22 nxt_off_t remainder;
H A Dnxt_mem_map.h58 nxt_uint_t flags, nxt_fd_t fd, nxt_off_t offset);
H A Dnxt_file.c103 nxt_off_t offset) in nxt_file_write()
131 nxt_file_read(nxt_file_t *file, u_char *buf, size_t size, nxt_off_t offset) in nxt_file_read()
163 nxt_file_read_ahead(nxt_file_t *file, nxt_off_t offset, size_t size) in nxt_file_read_ahead()
201 nxt_file_read_ahead(nxt_file_t *file, nxt_off_t offset, size_t size) in nxt_file_read_ahead()
225 nxt_file_read_ahead(nxt_file_t *file, nxt_off_t offset, size_t size) in nxt_file_read_ahead()
246 nxt_file_read_ahead(nxt_file_t *file, nxt_off_t offset, size_t size) in nxt_file_read_ahead()
H A Dnxt_buf.h96 nxt_off_t file_pos;
97 nxt_off_t file_end;
H A Dnxt_types.h42 typedef off_t nxt_off_t; typedef
H A Dnxt_sendbuf.h43 nxt_off_t sent;
H A Dnxt_http.h112 nxt_off_t content_length_n;
164 nxt_off_t content_length_n;
271 nxt_off_t (*body_bytes_sent)(nxt_task_t *task, nxt_http_proto_t proto);
H A Dnxt_parse.c166 nxt_off_t
H A Dnxt_linux_sendfile.c53 nxt_off_t offset; in nxt_linux_event_conn_io_sendfile()
H A Dnxt_http_static.c797 nxt_off_t rest; in nxt_http_static_body_handler()
859 nxt_off_t rest; in nxt_http_static_buf_completion()
876 size = nxt_min(rest, (nxt_off_t) size); in nxt_http_static_buf_completion()
H A Dnxt_conn.h136 nxt_off_t sent;
H A Dnxt_sendbuf.c168 nxt_off_t size, last; in nxt_sendbuf_file_coalesce()
H A Dnxt_http_proxy.c409 nxt_off_t n; in nxt_http_proxy_content_length()
H A Dnxt_sprintf.c276 i64 = (int64_t) va_arg(args, nxt_off_t); in nxt_vsprintf()
H A Dnxt_h1proto.c54 static nxt_off_t nxt_h1p_request_body_bytes_sent(nxt_task_t *task,
1504 nxt_off_t size; in nxt_h1p_chunk_create()
1553 static nxt_off_t
1556 nxt_off_t sent; in nxt_h1p_request_body_bytes_sent()
H A Dnxt_http_variables.c434 nxt_off_t bytes; in nxt_http_var_body_bytes_sent()
H A Dnxt_http_request.c218 nxt_off_t n, max_body_size; in nxt_http_request_content_length()
/unit/src/python/
H A Dnxt_python_wsgi.c1087 nxt_off_t content_length; in nxt_python_response_add_field()

12