ngx_chain_t        46 core/ngx_buf.c ngx_chain_t *
ngx_chain_t        49 core/ngx_buf.c     ngx_chain_t  *cl;
ngx_chain_t        58 core/ngx_buf.c     cl = ngx_palloc(pool, sizeof(ngx_chain_t));
ngx_chain_t        67 core/ngx_buf.c ngx_chain_t *
ngx_chain_t        73 core/ngx_buf.c     ngx_chain_t  *chain, *cl, **ll;
ngx_chain_t       126 core/ngx_buf.c ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain, ngx_chain_t *in)
ngx_chain_t       128 core/ngx_buf.c     ngx_chain_t  *cl, **ll;
ngx_chain_t       154 core/ngx_buf.c ngx_chain_t *
ngx_chain_t       155 core/ngx_buf.c ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free)
ngx_chain_t       157 core/ngx_buf.c     ngx_chain_t  *cl;
ngx_chain_t       183 core/ngx_buf.c ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
ngx_chain_t       184 core/ngx_buf.c     ngx_chain_t **out, ngx_buf_tag_t tag)
ngx_chain_t       186 core/ngx_buf.c     ngx_chain_t  *cl;
ngx_chain_t        60 core/ngx_buf.h     ngx_chain_t  *next;
ngx_chain_t        72 core/ngx_buf.h typedef ngx_int_t (*ngx_output_chain_filter_pt)(void *ctx, ngx_chain_t *in);
ngx_chain_t        81 core/ngx_buf.h     ngx_chain_t                 *in;
ngx_chain_t        82 core/ngx_buf.h     ngx_chain_t                 *free;
ngx_chain_t        83 core/ngx_buf.h     ngx_chain_t                 *busy;
ngx_chain_t       111 core/ngx_buf.h     ngx_chain_t                 *out;
ngx_chain_t       112 core/ngx_buf.h     ngx_chain_t                **last;
ngx_chain_t       119 core/ngx_buf.h #define NGX_CHAIN_ERROR     (ngx_chain_t *) NGX_ERROR
ngx_chain_t       138 core/ngx_buf.h ngx_chain_t *ngx_create_chain_of_bufs(ngx_pool_t *pool, ngx_bufs_t *bufs);
ngx_chain_t       144 core/ngx_buf.h ngx_chain_t *ngx_alloc_chain_link(ngx_pool_t *pool);
ngx_chain_t       151 core/ngx_buf.h ngx_int_t ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t       152 core/ngx_buf.h ngx_int_t ngx_chain_writer(void *ctx, ngx_chain_t *in);
ngx_chain_t       154 core/ngx_buf.h ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
ngx_chain_t       155 core/ngx_buf.h     ngx_chain_t *in);
ngx_chain_t       156 core/ngx_buf.h ngx_chain_t *ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free);
ngx_chain_t       157 core/ngx_buf.h void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
ngx_chain_t       158 core/ngx_buf.h     ngx_chain_t **out, ngx_buf_tag_t tag);
ngx_chain_t        15 core/ngx_core.h typedef struct ngx_chain_s       ngx_chain_t;
ngx_chain_t        17 core/ngx_file.c ngx_write_chain_to_temp_file(ngx_temp_file_t *tf, ngx_chain_t *chain)
ngx_chain_t       123 core/ngx_file.h ssize_t ngx_write_chain_to_temp_file(ngx_temp_file_t *tf, ngx_chain_t *chain);
ngx_chain_t        32 core/ngx_output_chain.c     ngx_chain_t **chain, ngx_chain_t *in);
ngx_chain_t        41 core/ngx_output_chain.c ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t        45 core/ngx_output_chain.c     ngx_chain_t  *cl, *out, **last_out;
ngx_chain_t       262 core/ngx_output_chain.c ngx_output_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
ngx_chain_t       263 core/ngx_output_chain.c     ngx_chain_t *in)
ngx_chain_t       265 core/ngx_output_chain.c     ngx_chain_t  *cl, **ll;
ngx_chain_t       600 core/ngx_output_chain.c ngx_chain_writer(void *data, ngx_chain_t *in)
ngx_chain_t       605 core/ngx_output_chain.c     ngx_chain_t       *cl;
ngx_chain_t        60 core/ngx_palloc.h     ngx_chain_t          *chain;
ngx_chain_t       695 event/ngx_event_openssl.c ngx_ssl_recv_chain(ngx_connection_t *c, ngx_chain_t *cl)
ngx_chain_t       922 event/ngx_event_openssl.c ngx_chain_t *
ngx_chain_t       923 event/ngx_event_openssl.c ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t       142 event/ngx_event_openssl.h ssize_t ngx_ssl_recv_chain(ngx_connection_t *c, ngx_chain_t *cl);
ngx_chain_t       143 event/ngx_event_openssl.h ngx_chain_t *ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        18 event/ngx_event_pipe.c static ngx_inline void ngx_event_pipe_free_shadow_raw_buf(ngx_chain_t **free,
ngx_chain_t       104 event/ngx_event_pipe.c     ngx_chain_t  *chain, *cl, *ln;
ngx_chain_t       433 event/ngx_event_pipe.c     ngx_chain_t       *out, **ll, *cl, file;
ngx_chain_t       682 event/ngx_event_pipe.c     ngx_chain_t  *cl, *tl, *next, *out, **ll, **last_free, fl;
ngx_chain_t       808 event/ngx_event_pipe.c     ngx_chain_t  *cl;
ngx_chain_t       887 event/ngx_event_pipe.c ngx_event_pipe_free_shadow_raw_buf(ngx_chain_t **free, ngx_buf_t *buf)
ngx_chain_t       890 event/ngx_event_pipe.c     ngx_chain_t  *cl, **ll;
ngx_chain_t       918 event/ngx_event_pipe.c     ngx_chain_t  *cl;
ngx_chain_t       960 event/ngx_event_pipe.c     ngx_chain_t  *cl, *tl;
ngx_chain_t        21 event/ngx_event_pipe.h                                                      ngx_chain_t *chain);
ngx_chain_t        28 event/ngx_event_pipe.h     ngx_chain_t       *free_raw_bufs;
ngx_chain_t        29 event/ngx_event_pipe.h     ngx_chain_t       *in;
ngx_chain_t        30 event/ngx_event_pipe.h     ngx_chain_t      **last_in;
ngx_chain_t        32 event/ngx_event_pipe.h     ngx_chain_t       *out;
ngx_chain_t        33 event/ngx_event_pipe.h     ngx_chain_t      **last_out;
ngx_chain_t        35 event/ngx_event_pipe.h     ngx_chain_t       *free;
ngx_chain_t        36 event/ngx_event_pipe.h     ngx_chain_t       *busy;
ngx_chain_t        79 event/ngx_event_pipe.h     ngx_chain_t       *preread_bufs;
ngx_chain_t       129 http/modules/ngx_http_addition_filter_module.c ngx_http_addition_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       133 http/modules/ngx_http_addition_filter_module.c     ngx_chain_t               *cl;
ngx_chain_t        19 http/modules/ngx_http_autoindex_module.c     ngx_chain_t  **last_out;
ngx_chain_t       151 http/modules/ngx_http_autoindex_module.c     ngx_chain_t                     out;
ngx_chain_t       578 http/modules/ngx_http_autoindex_module.c     ngx_chain_t  *cl;
ngx_chain_t        67 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t                *busy;
ngx_chain_t        68 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t                *free_bufs;
ngx_chain_t        69 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t                *free_buffers;
ngx_chain_t        99 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *ngx_http_charset_recode_from_utf8(ngx_pool_t *pool,
ngx_chain_t       101 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *ngx_http_charset_recode_to_utf8(ngx_pool_t *pool,
ngx_chain_t       104 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *ngx_http_charset_get_buf(ngx_pool_t *pool,
ngx_chain_t       106 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *ngx_http_charset_get_buffer(ngx_pool_t *pool,
ngx_chain_t       542 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       546 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t             *cl, *out, **ll;
ngx_chain_t       679 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t       688 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *out, *cl, **ll;
ngx_chain_t       960 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t       967 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *out, *cl, **ll;
ngx_chain_t      1087 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t      1090 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t      1121 http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t      1126 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *cl, **ll;
ngx_chain_t        84 http/modules/ngx_http_chunked_filter_module.c ngx_http_chunked_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t        89 http/modules/ngx_http_chunked_filter_module.c     ngx_chain_t   out, tail, *cl, *tl, **ll;
ngx_chain_t       696 http/modules/ngx_http_fastcgi_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t      1574 http/modules/ngx_http_fastcgi_module.c     ngx_chain_t             *cl;
ngx_chain_t        71 http/modules/ngx_http_flv_module.c     ngx_chain_t                out[2];
ngx_chain_t        33 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *in;
ngx_chain_t        34 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *free;
ngx_chain_t        35 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *busy;
ngx_chain_t        36 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *out;
ngx_chain_t        37 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t        **last_out;
ngx_chain_t        39 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *copied;
ngx_chain_t        40 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *copy_buf;
ngx_chain_t        89 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t *in);
ngx_chain_t       314 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       317 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t          *cl;
ngx_chain_t       521 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_filter_buffer(ngx_http_gzip_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t       525 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t           *cl, **ll;
ngx_chain_t       629 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t    *cl;
ngx_chain_t       761 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t           *cl;
ngx_chain_t       874 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t       *cl;
ngx_chain_t      1014 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t        78 http/modules/ngx_http_gzip_static_module.c     ngx_chain_t                   out;
ngx_chain_t        75 http/modules/ngx_http_image_filter_module.c     ngx_http_image_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t        76 http/modules/ngx_http_image_filter_module.c static ngx_uint_t ngx_http_image_test(ngx_http_request_t *r, ngx_chain_t *in);
ngx_chain_t        77 http/modules/ngx_http_image_filter_module.c static ngx_int_t ngx_http_image_read(ngx_http_request_t *r, ngx_chain_t *in);
ngx_chain_t       259 http/modules/ngx_http_image_filter_module.c ngx_http_image_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       263 http/modules/ngx_http_image_filter_module.c     ngx_chain_t                    out;
ngx_chain_t       369 http/modules/ngx_http_image_filter_module.c     ngx_chain_t *in)
ngx_chain_t       391 http/modules/ngx_http_image_filter_module.c ngx_http_image_test(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       431 http/modules/ngx_http_image_filter_module.c ngx_http_image_read(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       436 http/modules/ngx_http_image_filter_module.c     ngx_chain_t                  *cl;
ngx_chain_t       214 http/modules/ngx_http_memcached_module.c     ngx_chain_t                    *cl;
ngx_chain_t       404 http/modules/ngx_http_memcached_module.c     ngx_chain_t          *cl, **ll;
ngx_chain_t       840 http/modules/ngx_http_proxy_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t        69 http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t        71 http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t        73 http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t       540 http/modules/ngx_http_range_filter_module.c ngx_http_range_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       576 http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t       623 http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t       627 http/modules/ngx_http_range_filter_module.c     ngx_chain_t       *out, *cl, **ll;
ngx_chain_t       709 http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t       714 http/modules/ngx_http_range_filter_module.c     ngx_chain_t       *out, *hcl, *rcl, *dcl, **ll;
ngx_chain_t       517 http/modules/ngx_http_scgi_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t        42 http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t  *bufs;
ngx_chain_t       368 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       374 http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t               *cl, **ll;
ngx_chain_t       898 http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t      1832 http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t                 *cl, *tl, **ll, *out;
ngx_chain_t      2055 http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t  *out;
ngx_chain_t      2103 http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t                *cl;
ngx_chain_t        51 http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *in;
ngx_chain_t        52 http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *out;
ngx_chain_t        53 http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t             **last_out;
ngx_chain_t        54 http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *busy;
ngx_chain_t        55 http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *free;
ngx_chain_t        57 http/modules/ngx_http_static_module.c     ngx_chain_t                out;
ngx_chain_t        65 http/modules/ngx_http_stub_status_module.c     ngx_chain_t        out;
ngx_chain_t        43 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *in;
ngx_chain_t        44 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *out;
ngx_chain_t        45 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t              **last_out;
ngx_chain_t        46 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *busy;
ngx_chain_t        47 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *free;
ngx_chain_t       177 http/modules/ngx_http_sub_filter_module.c ngx_http_sub_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       181 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *cl;
ngx_chain_t       440 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t       549 http/modules/ngx_http_uwsgi_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t       206 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       209 http/modules/ngx_http_xslt_filter_module.c     ngx_chain_t                 *cl;
ngx_chain_t       277 http/modules/ngx_http_xslt_filter_module.c     ngx_chain_t          out;
ngx_chain_t        72 http/ngx_http.c ngx_int_t  (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);
ngx_chain_t        80 http/ngx_http_copy_filter_module.c ngx_http_copy_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t      1761 http/ngx_http_core_module.c     ngx_chain_t   out;
ngx_chain_t      1841 http/ngx_http_core_module.c ngx_http_output_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       487 http/ngx_http_core_module.h     (ngx_http_request_t *r, ngx_chain_t *chain);
ngx_chain_t       490 http/ngx_http_core_module.h ngx_int_t ngx_http_output_filter(ngx_http_request_t *r, ngx_chain_t *chain);
ngx_chain_t       491 http/ngx_http_core_module.h ngx_int_t ngx_http_write_filter(ngx_http_request_t *r, ngx_chain_t *chain);
ngx_chain_t       861 http/ngx_http_file_cache.c     ngx_chain_t        out;
ngx_chain_t       161 http/ngx_http_header_filter_module.c     ngx_chain_t                out;
ngx_chain_t        13 http/ngx_http_postpone_filter_module.c     ngx_chain_t *in);
ngx_chain_t        52 http/ngx_http_postpone_filter_module.c ngx_http_postpone_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       132 http/ngx_http_postpone_filter_module.c ngx_http_postpone_filter_add(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t      2838 http/ngx_http_request.c     ngx_chain_t   out;
ngx_chain_t       273 http/ngx_http_request.h     ngx_chain_t                      *bufs;
ngx_chain_t       276 http/ngx_http_request.h     ngx_chain_t                      *to_write;
ngx_chain_t       329 http/ngx_http_request.h     ngx_chain_t                      *out;
ngx_chain_t       391 http/ngx_http_request.h     ngx_chain_t                      *out;
ngx_chain_t        15 http/ngx_http_request_body.c     ngx_chain_t *body);
ngx_chain_t        34 http/ngx_http_request_body.c     ngx_chain_t               *cl, **next;
ngx_chain_t       385 http/ngx_http_request_body.c ngx_http_write_request_body(ngx_http_request_t *r, ngx_chain_t *body)
ngx_chain_t       609 http/ngx_http_special_response.c     ngx_chain_t   out[3];
ngx_chain_t       718 http/ngx_http_special_response.c     ngx_chain_t   out;
ngx_chain_t      1268 http/ngx_http_upstream.c     ngx_chain_t  *cl;
ngx_chain_t      2481 http/ngx_http_upstream.c     ngx_chain_t          *cl, **ll;
ngx_chain_t       257 http/ngx_http_upstream.h     ngx_chain_t                     *request_bufs;
ngx_chain_t       271 http/ngx_http_upstream.h     ngx_chain_t                     *out_bufs;
ngx_chain_t       272 http/ngx_http_upstream.h     ngx_chain_t                     *busy_bufs;
ngx_chain_t       273 http/ngx_http_upstream.h     ngx_chain_t                     *free_bufs;
ngx_chain_t      1548 http/ngx_http_variables.c     ngx_chain_t  *cl;
ngx_chain_t        47 http/ngx_http_write_filter_module.c ngx_http_write_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t        52 http/ngx_http_write_filter_module.c     ngx_chain_t               *cl, *ln, **ll, *chain;
ngx_chain_t        13 os/unix/ngx_aio_read_chain.c ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl)
ngx_chain_t        12 os/unix/ngx_aio_write_chain.c ngx_chain_t *
ngx_chain_t        13 os/unix/ngx_aio_write_chain.c ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t        19 os/unix/ngx_aio_write_chain.c     ngx_chain_t  *cl;
ngx_chain_t        11 os/unix/ngx_darwin.h ngx_chain_t *ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        38 os/unix/ngx_darwin_sendfile_chain.c ngx_chain_t *
ngx_chain_t        39 os/unix/ngx_darwin_sendfile_chain.c ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t        50 os/unix/ngx_darwin_sendfile_chain.c     ngx_chain_t     *cl;
ngx_chain_t       151 os/unix/ngx_files.c ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *cl, off_t offset,
ngx_chain_t       105 os/unix/ngx_files.h ssize_t ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *ce,
ngx_chain_t        11 os/unix/ngx_freebsd.h ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        40 os/unix/ngx_freebsd_sendfile_chain.c ngx_chain_t *
ngx_chain_t        41 os/unix/ngx_freebsd_sendfile_chain.c ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t        52 os/unix/ngx_freebsd_sendfile_chain.c     ngx_chain_t     *cl;
ngx_chain_t        11 os/unix/ngx_linux.h ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        36 os/unix/ngx_linux_sendfile_chain.c ngx_chain_t *
ngx_chain_t        37 os/unix/ngx_linux_sendfile_chain.c ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t        48 os/unix/ngx_linux_sendfile_chain.c     ngx_chain_t   *cl;
ngx_chain_t        19 os/unix/ngx_os.h typedef ssize_t (*ngx_recv_chain_pt)(ngx_connection_t *c, ngx_chain_t *in);
ngx_chain_t        21 os/unix/ngx_os.h typedef ngx_chain_t *(*ngx_send_chain_pt)(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        44 os/unix/ngx_os.h ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *entry);
ngx_chain_t        47 os/unix/ngx_os.h ngx_chain_t *ngx_writev_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        52 os/unix/ngx_os.h ssize_t ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl);
ngx_chain_t        54 os/unix/ngx_os.h ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        18 os/unix/ngx_readv_chain.c ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *chain)
ngx_chain_t       171 os/unix/ngx_readv_chain.c ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *chain)
ngx_chain_t        11 os/unix/ngx_solaris.h ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        42 os/unix/ngx_solaris_sendfilev_chain.c ngx_chain_t *
ngx_chain_t        43 os/unix/ngx_solaris_sendfilev_chain.c ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t        55 os/unix/ngx_solaris_sendfilev_chain.c     ngx_chain_t    *cl;
ngx_chain_t        19 os/unix/ngx_writev_chain.c ngx_chain_t *
ngx_chain_t        20 os/unix/ngx_writev_chain.c ngx_writev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t        28 os/unix/ngx_writev_chain.c     ngx_chain_t   *cl;