offset            156 core/ngx_conf_file.c         cf->conf_file->file.offset = 0;
offset            465 core/ngx_conf_file.c             if (cf->conf_file->file.offset >= file_size) {
offset            513 core/ngx_conf_file.c             size = (ssize_t) (file_size - cf->conf_file->file.offset);
offset            520 core/ngx_conf_file.c                               cf->conf_file->file.offset);
offset           1050 core/ngx_conf_file.c     fp = (ngx_flag_t *) (p + cmd->offset);
offset           1089 core/ngx_conf_file.c     field = (ngx_str_t *) (p + cmd->offset);
offset           1117 core/ngx_conf_file.c     a = (ngx_array_t **) (p + cmd->offset);
offset           1154 core/ngx_conf_file.c     a = (ngx_array_t **) (p + cmd->offset);
offset           1192 core/ngx_conf_file.c     np = (ngx_int_t *) (p + cmd->offset);
offset           1223 core/ngx_conf_file.c     sp = (size_t *) (p + cmd->offset);
offset           1254 core/ngx_conf_file.c     op = (off_t *) (p + cmd->offset);
offset           1285 core/ngx_conf_file.c     msp = (ngx_msec_t *) (p + cmd->offset);
offset           1320 core/ngx_conf_file.c     sp = (time_t *) (p + cmd->offset);
offset           1354 core/ngx_conf_file.c     bufs = (ngx_bufs_t *) (p + cmd->offset);
offset           1384 core/ngx_conf_file.c     np = (ngx_uint_t *) (p + cmd->offset);
offset           1422 core/ngx_conf_file.c     np = (ngx_uint_t *) (p + cmd->offset);
offset             82 core/ngx_conf_file.h     ngx_uint_t            offset;
offset             35 core/ngx_file.c     return ngx_write_chain_to_file(&tf->file, chain, tf->offset, tf->pool);
offset            247 core/ngx_file.c     slot = (ngx_path_t **) (p + cmd->offset);
offset            353 core/ngx_file.c     access = (ngx_uint_t *) (confp + cmd->offset);
offset             20 core/ngx_file.h     off_t                      offset;
offset             63 core/ngx_file.h     off_t                      offset;
offset             54 core/ngx_parse.c     off_t      offset;
offset             84 core/ngx_parse.c     offset = ngx_atoof(line->data, len);
offset             85 core/ngx_parse.c     if (offset == NGX_ERROR) {
offset             89 core/ngx_parse.c     offset *= scale;
offset             91 core/ngx_parse.c     return offset;
offset            220 event/ngx_event_pipe.c                        || p->temp_file->offset < p->max_temp_file_size)
offset            231 event/ngx_event_pipe.c                                "pipe temp offset: %O", p->temp_file->offset);
offset            652 event/ngx_event_pipe.c                 if (cl->buf->file_last == p->temp_file->offset) {
offset            653 event/ngx_event_pipe.c                     p->temp_file->offset = 0;
offset            700 event/ngx_event_pipe.c                        "pipe offset: %O", p->temp_file->offset);
offset            710 event/ngx_event_pipe.c                || (p->temp_file->offset + size + bsize > p->max_temp_file_size))
offset            753 event/ngx_event_pipe.c         p->temp_file->offset = p->buf_to_file->last - p->buf_to_file->pos;
offset            764 event/ngx_event_pipe.c         b->file_pos = p->temp_file->offset;
offset            765 event/ngx_event_pipe.c         p->temp_file->offset += b->last - b->pos;
offset            766 event/ngx_event_pipe.c         b->file_last = p->temp_file->offset;
offset             99 http/modules/ngx_http_auth_basic_module.c     off_t                            offset;
offset            177 http/modules/ngx_http_auth_basic_module.c     offset = 0;
offset            183 http/modules/ngx_http_auth_basic_module.c                           offset);
offset            258 http/modules/ngx_http_auth_basic_module.c         offset += n;
offset           1400 http/modules/ngx_http_charset_filter_module.c     cp = (ngx_int_t *) (p + cmd->offset);
offset           1408 http/modules/ngx_http_charset_filter_module.c     if (cmd->offset == offsetof(ngx_http_charset_loc_conf_t, charset)
offset           1455 http/modules/ngx_http_fastcgi_module.c                 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
offset             28 http/modules/ngx_http_geo_module.c     size_t                           offset;
offset           1015 http/modules/ngx_http_geo_module.c     gvvn->offset = 0;
offset           1369 http/modules/ngx_http_geo_module.c             range->value = (ngx_http_variable_value_t *) gvvn->offset;
offset           1402 http/modules/ngx_http_geo_module.c     gvvn->offset = p - base;
offset             20 http/modules/ngx_http_headers_filter_module.c     ngx_uint_t                 offset;
offset             30 http/modules/ngx_http_headers_filter_module.c     ngx_uint_t                 offset;
offset            365 http/modules/ngx_http_headers_filter_module.c     if (hv->offset) {
offset            366 http/modules/ngx_http_headers_filter_module.c         old = (ngx_table_elt_t **) ((char *) &r->headers_out + hv->offset);
offset            582 http/modules/ngx_http_headers_filter_module.c     hv->offset = 0;
offset            590 http/modules/ngx_http_headers_filter_module.c         hv->offset = set[i].offset;
offset           1292 http/modules/ngx_http_proxy_module.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
offset             55 http/modules/ngx_http_range_filter_module.c     off_t        offset;
offset            583 http/modules/ngx_http_range_filter_module.c     if (ctx->offset) {
offset            592 http/modules/ngx_http_range_filter_module.c             start = buf->file_pos + ctx->offset;
offset            593 http/modules/ngx_http_range_filter_module.c             last = buf->file_last + ctx->offset;
offset            596 http/modules/ngx_http_range_filter_module.c             start = buf->pos - buf->start + ctx->offset;
offset            597 http/modules/ngx_http_range_filter_module.c             last = buf->last - buf->start + ctx->offset;
offset            608 http/modules/ngx_http_range_filter_module.c     ctx->offset = ngx_buf_size(buf);
offset            638 http/modules/ngx_http_range_filter_module.c         start = ctx->offset;
offset            639 http/modules/ngx_http_range_filter_module.c         last = ctx->offset + ngx_buf_size(buf);
offset            641 http/modules/ngx_http_range_filter_module.c         ctx->offset = last;
offset            895 http/modules/ngx_http_scgi_module.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
offset            945 http/modules/ngx_http_uwsgi_module.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
offset           1915 http/ngx_http.c     types = (ngx_array_t **) (p + cmd->offset);
offset             22 http/ngx_http.h     ngx_table_elt_t *h, ngx_uint_t offset);
offset            206 http/ngx_http_busy_lock.c     blp = (ngx_http_busy_lock_t **) (p + cmd->offset);
offset            157 http/ngx_http_copy_filter_module.c             off_t                  offset;
offset            162 http/ngx_http_copy_filter_module.c             offset = c->busy_sendfile->file_pos;
offset            165 http/ngx_http_copy_filter_module.c                 c->aio_sendfile = (offset != file->aio->last_offset);
offset            166 http/ngx_http_copy_filter_module.c                 file->aio->last_offset = offset;
offset            178 http/ngx_http_copy_filter_module.c             n = ngx_file_aio_read(file, &e->aio_preload, 1, offset, r->pool);
offset           1699 http/ngx_http_file_cache.c     a = (ngx_array_t **) (p + cmd->offset);
offset           1796 http/ngx_http_file_cache.c     a = (ngx_array_t **) (p + cmd->offset);
offset             20 http/ngx_http_request.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             22 http/ngx_http_request.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             24 http/ngx_http_request.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             26 http/ngx_http_request.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             28 http/ngx_http_request.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             30 http/ngx_http_request.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset           1065 http/ngx_http_request.c             if (hh && hh->handler(r, h, hh->offset) != NGX_OK) {
offset           1326 http/ngx_http_request.c     ngx_uint_t offset)
offset           1330 http/ngx_http_request.c     ph = (ngx_table_elt_t **) ((char *) &r->headers_in + offset);
offset           1342 http/ngx_http_request.c     ngx_uint_t offset)
offset           1346 http/ngx_http_request.c     ph = (ngx_table_elt_t **) ((char *) &r->headers_in + offset);
offset           1366 http/ngx_http_request.c     ngx_uint_t offset)
offset           1403 http/ngx_http_request.c     ngx_uint_t offset)
offset           1418 http/ngx_http_request.c     ngx_uint_t offset)
offset           1492 http/ngx_http_request.c     ngx_uint_t offset)
offset            155 http/ngx_http_request.h     ngx_uint_t                        offset;
offset            162 http/ngx_http_request.h     ngx_uint_t                        offset;
offset            363 http/ngx_http_request_body.c         b->file_last = rb->temp_file->file.offset;
offset            426 http/ngx_http_request_body.c     rb->temp_file->offset += n;
offset            223 http/ngx_http_script.c     cv = (ngx_http_complex_value_t **) (p + cmd->offset);
offset            288 http/ngx_http_script.c     a = (ngx_array_t **) (p + cmd->offset);
offset             74 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             76 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             79 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             81 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             83 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             85 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             87 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             89 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             91 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             93 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             96 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset             98 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset            100 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset            102 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset            104 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset            106 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset            108 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset            112 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset);
offset           2638 http/ngx_http_upstream.c                         || (u->headers_in.content_length_n == tf->offset)))
offset           3037 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3041 http/ngx_http_upstream.c     ph = (ngx_table_elt_t **) ((char *) &r->upstream->headers_in + offset);
offset           3053 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3061 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3079 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset)
offset           3167 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3207 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset)
offset           3263 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3281 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3312 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3322 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3333 http/ngx_http_upstream.c     if (offset) {
offset           3334 http/ngx_http_upstream.c         ph = (ngx_table_elt_t **) ((char *) &r->headers_out + offset);
offset           3344 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset)
offset           3349 http/ngx_http_upstream.c     pa = (ngx_array_t *) ((char *) &r->headers_out + offset);
offset           3377 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3429 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3449 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3477 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3521 http/ngx_http_upstream.c     ngx_uint_t offset)
offset           3567 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset)
offset           3598 http/ngx_http_upstream.c     ngx_table_elt_t *h, ngx_uint_t offset)
offset           4310 http/ngx_http_upstream.c     paddr = (ngx_addr_t **) (p + cmd->offset);
offset            188 http/ngx_http_upstream.h     ngx_uint_t                       offset;
offset            538 mail/ngx_mail_core_module.c     a = (ngx_array_t *) (p + cmd->offset);
offset             39 os/unix/ngx_file_aio_read.c ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,
offset             47 os/unix/ngx_file_aio_read.c         return ngx_read_file(file, buf, size, offset);
offset             79 os/unix/ngx_file_aio_read.c                    ev->complete, offset, size, &file->name);
offset             95 os/unix/ngx_file_aio_read.c     aio->aiocb.aio_offset = offset;
offset            111 os/unix/ngx_file_aio_read.c             return ngx_read_file(file, buf, size, offset);
offset            119 os/unix/ngx_file_aio_read.c             return ngx_read_file(file, buf, size, offset);
offset             19 os/unix/ngx_files.c ngx_read_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)
offset             24 os/unix/ngx_files.c                    "read: %d, %p, %uz, %O", file->fd, buf, size, offset);
offset             28 os/unix/ngx_files.c     n = pread(file->fd, buf, size, offset);
offset             38 os/unix/ngx_files.c     if (file->sys_offset != offset) {
offset             39 os/unix/ngx_files.c         if (lseek(file->fd, offset, SEEK_SET) == -1) {
offset             45 os/unix/ngx_files.c         file->sys_offset = offset;
offset             60 os/unix/ngx_files.c     file->offset += n;
offset             67 os/unix/ngx_files.c ngx_write_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)
offset             72 os/unix/ngx_files.c                    "write: %d, %p, %uz, %O", file->fd, buf, size, offset);
offset             79 os/unix/ngx_files.c         n = pwrite(file->fd, buf + written, size, offset);
offset             87 os/unix/ngx_files.c         file->offset += n;
offset             94 os/unix/ngx_files.c         offset += n;
offset            100 os/unix/ngx_files.c     if (file->sys_offset != offset) {
offset            101 os/unix/ngx_files.c         if (lseek(file->fd, offset, SEEK_SET) == -1) {
offset            107 os/unix/ngx_files.c         file->sys_offset = offset;
offset            119 os/unix/ngx_files.c         file->offset += n;
offset            151 os/unix/ngx_files.c ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *cl, off_t offset,
offset            165 os/unix/ngx_files.c                               offset);
offset            206 os/unix/ngx_files.c                                   iov[0].iov_len, offset);
offset            209 os/unix/ngx_files.c         if (file->sys_offset != offset) {
offset            210 os/unix/ngx_files.c             if (lseek(file->fd, offset, SEEK_SET) == -1) {
offset            216 os/unix/ngx_files.c             file->sys_offset = offset;
offset            235 os/unix/ngx_files.c         file->offset += n;
offset             95 os/unix/ngx_files.h ssize_t ngx_read_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset);
offset            103 os/unix/ngx_files.h     off_t offset);
offset            106 os/unix/ngx_files.h     off_t offset, ngx_pool_t *pool);
offset            331 os/unix/ngx_files.h     off_t offset, ngx_pool_t *pool);
offset             27 os/unix/ngx_linux_aio_read.c ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,
offset             36 os/unix/ngx_linux_aio_read.c         return ngx_read_file(file, buf, size, offset);
offset             65 os/unix/ngx_linux_aio_read.c                    ev->complete, offset, size, &file->name);
offset             87 os/unix/ngx_linux_aio_read.c     aio->aiocb.aio_offset = offset;
offset            108 os/unix/ngx_linux_aio_read.c         return ngx_read_file(file, buf, size, offset);
offset            116 os/unix/ngx_linux_aio_read.c         return ngx_read_file(file, buf, size, offset);
offset             69 os/unix/ngx_linux_config.h extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size);
offset             51 os/unix/ngx_linux_sendfile_chain.c     off_t          offset;
offset             53 os/unix/ngx_linux_sendfile_chain.c     int32_t        offset;
offset            253 os/unix/ngx_linux_sendfile_chain.c             offset = file->file_pos;
offset            255 os/unix/ngx_linux_sendfile_chain.c             offset = (int32_t) file->file_pos;
offset            261 os/unix/ngx_linux_sendfile_chain.c             rc = sendfile(c->fd, file->file->fd, &offset, file_size);