ngx_chain_t        47 src/core/ngx_buf.c ngx_chain_t *
ngx_chain_t        50 src/core/ngx_buf.c     ngx_chain_t  *cl;
ngx_chain_t        59 src/core/ngx_buf.c     cl = ngx_palloc(pool, sizeof(ngx_chain_t));
ngx_chain_t        68 src/core/ngx_buf.c ngx_chain_t *
ngx_chain_t        74 src/core/ngx_buf.c     ngx_chain_t  *chain, *cl, **ll;
ngx_chain_t       127 src/core/ngx_buf.c ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain, ngx_chain_t *in)
ngx_chain_t       129 src/core/ngx_buf.c     ngx_chain_t  *cl, **ll;
ngx_chain_t       155 src/core/ngx_buf.c ngx_chain_t *
ngx_chain_t       156 src/core/ngx_buf.c ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free)
ngx_chain_t       158 src/core/ngx_buf.c     ngx_chain_t  *cl;
ngx_chain_t       184 src/core/ngx_buf.c ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free, ngx_chain_t **busy,
ngx_chain_t       185 src/core/ngx_buf.c     ngx_chain_t **out, ngx_buf_tag_t tag)
ngx_chain_t       187 src/core/ngx_buf.c     ngx_chain_t  *cl;
ngx_chain_t       224 src/core/ngx_buf.c ngx_chain_coalesce_file(ngx_chain_t **in, off_t limit)
ngx_chain_t       228 src/core/ngx_buf.c     ngx_chain_t  *cl;
ngx_chain_t       265 src/core/ngx_buf.c ngx_chain_t *
ngx_chain_t       266 src/core/ngx_buf.c ngx_chain_update_sent(ngx_chain_t *in, off_t sent)
ngx_chain_t        61 src/core/ngx_buf.h     ngx_chain_t  *next;
ngx_chain_t        73 src/core/ngx_buf.h typedef ngx_int_t (*ngx_output_chain_filter_pt)(void *ctx, ngx_chain_t *in);
ngx_chain_t        82 src/core/ngx_buf.h     ngx_chain_t                 *in;
ngx_chain_t        83 src/core/ngx_buf.h     ngx_chain_t                 *free;
ngx_chain_t        84 src/core/ngx_buf.h     ngx_chain_t                 *busy;
ngx_chain_t       123 src/core/ngx_buf.h     ngx_chain_t                 *out;
ngx_chain_t       124 src/core/ngx_buf.h     ngx_chain_t                **last;
ngx_chain_t       131 src/core/ngx_buf.h #define NGX_CHAIN_ERROR     (ngx_chain_t *) NGX_ERROR
ngx_chain_t       150 src/core/ngx_buf.h ngx_chain_t *ngx_create_chain_of_bufs(ngx_pool_t *pool, ngx_bufs_t *bufs);
ngx_chain_t       156 src/core/ngx_buf.h ngx_chain_t *ngx_alloc_chain_link(ngx_pool_t *pool);
ngx_chain_t       163 src/core/ngx_buf.h ngx_int_t ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t       164 src/core/ngx_buf.h ngx_int_t ngx_chain_writer(void *ctx, ngx_chain_t *in);
ngx_chain_t       166 src/core/ngx_buf.h ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
ngx_chain_t       167 src/core/ngx_buf.h     ngx_chain_t *in);
ngx_chain_t       168 src/core/ngx_buf.h ngx_chain_t *ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free);
ngx_chain_t       169 src/core/ngx_buf.h void ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free,
ngx_chain_t       170 src/core/ngx_buf.h     ngx_chain_t **busy, ngx_chain_t **out, ngx_buf_tag_t tag);
ngx_chain_t       172 src/core/ngx_buf.h off_t ngx_chain_coalesce_file(ngx_chain_t **in, off_t limit);
ngx_chain_t       174 src/core/ngx_buf.h ngx_chain_t *ngx_chain_update_sent(ngx_chain_t *in, off_t sent);
ngx_chain_t        19 src/core/ngx_core.h typedef struct ngx_chain_s       ngx_chain_t;
ngx_chain_t       109 src/core/ngx_file.c ngx_write_chain_to_temp_file(ngx_temp_file_t *tf, ngx_chain_t *chain)
ngx_chain_t       134 src/core/ngx_file.h ssize_t ngx_write_chain_to_temp_file(ngx_temp_file_t *tf, ngx_chain_t *chain);
ngx_chain_t        37 src/core/ngx_output_chain.c     ngx_chain_t **chain, ngx_chain_t *in);
ngx_chain_t        46 src/core/ngx_output_chain.c ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t        50 src/core/ngx_output_chain.c     ngx_chain_t  *cl, *out, **last_out;
ngx_chain_t       307 src/core/ngx_output_chain.c ngx_output_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
ngx_chain_t       308 src/core/ngx_output_chain.c     ngx_chain_t *in)
ngx_chain_t       310 src/core/ngx_output_chain.c     ngx_chain_t  *cl, **ll;
ngx_chain_t       652 src/core/ngx_output_chain.c ngx_chain_writer(void *data, ngx_chain_t *in)
ngx_chain_t       657 src/core/ngx_output_chain.c     ngx_chain_t       *cl, *ln, *chain;
ngx_chain_t        61 src/core/ngx_palloc.h     ngx_chain_t          *chain;
ngx_chain_t      1254 src/event/ngx_event_openssl.c ngx_ssl_recv_chain(ngx_connection_t *c, ngx_chain_t *cl, off_t limit)
ngx_chain_t      1504 src/event/ngx_event_openssl.c ngx_chain_t *
ngx_chain_t      1505 src/event/ngx_event_openssl.c ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t       197 src/event/ngx_event_openssl.h ssize_t ngx_ssl_recv_chain(ngx_connection_t *c, ngx_chain_t *cl, off_t limit);
ngx_chain_t       198 src/event/ngx_event_openssl.h ngx_chain_t *ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t       109 src/event/ngx_event_pipe.c     ngx_chain_t  *chain, *cl, *ln;
ngx_chain_t       494 src/event/ngx_event_pipe.c     ngx_chain_t       *out, **ll, *cl;
ngx_chain_t       713 src/event/ngx_event_pipe.c     ngx_chain_t  *cl, *tl, *next, *out, **ll, **last_out, **last_free, fl;
ngx_chain_t       880 src/event/ngx_event_pipe.c     ngx_chain_t  *cl;
ngx_chain_t       953 src/event/ngx_event_pipe.c     ngx_chain_t  *cl;
ngx_chain_t      1002 src/event/ngx_event_pipe.c     ngx_chain_t  *cl, *tl;
ngx_chain_t        22 src/event/ngx_event_pipe.h                                                      ngx_chain_t *chain);
ngx_chain_t        29 src/event/ngx_event_pipe.h     ngx_chain_t       *free_raw_bufs;
ngx_chain_t        30 src/event/ngx_event_pipe.h     ngx_chain_t       *in;
ngx_chain_t        31 src/event/ngx_event_pipe.h     ngx_chain_t      **last_in;
ngx_chain_t        33 src/event/ngx_event_pipe.h     ngx_chain_t       *out;
ngx_chain_t        34 src/event/ngx_event_pipe.h     ngx_chain_t       *free;
ngx_chain_t        35 src/event/ngx_event_pipe.h     ngx_chain_t       *busy;
ngx_chain_t        79 src/event/ngx_event_pipe.h     ngx_chain_t       *preread_bufs;
ngx_chain_t       131 src/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       135 src/http/modules/ngx_http_addition_filter_module.c     ngx_chain_t               *cl;
ngx_chain_t        20 src/http/modules/ngx_http_autoindex_module.c     ngx_chain_t  **last_out;
ngx_chain_t       164 src/http/modules/ngx_http_autoindex_module.c     ngx_chain_t                     out;
ngx_chain_t       954 src/http/modules/ngx_http_autoindex_module.c     ngx_chain_t  *cl;
ngx_chain_t        68 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t                *busy;
ngx_chain_t        69 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t                *free_bufs;
ngx_chain_t        70 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t                *free_buffers;
ngx_chain_t       100 src/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       102 src/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       105 src/http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *ngx_http_charset_get_buf(ngx_pool_t *pool,
ngx_chain_t       107 src/http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *ngx_http_charset_get_buffer(ngx_pool_t *pool,
ngx_chain_t       547 src/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       551 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t             *cl, *out, **ll;
ngx_chain_t       684 src/http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t       693 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *out, *cl, **ll;
ngx_chain_t       965 src/http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t       972 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *out, *cl, **ll;
ngx_chain_t      1092 src/http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t      1095 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t      1126 src/http/modules/ngx_http_charset_filter_module.c static ngx_chain_t *
ngx_chain_t      1131 src/http/modules/ngx_http_charset_filter_module.c     ngx_chain_t  *cl, **ll;
ngx_chain_t        14 src/http/modules/ngx_http_chunked_filter_module.c     ngx_chain_t         *free;
ngx_chain_t        15 src/http/modules/ngx_http_chunked_filter_module.c     ngx_chain_t         *busy;
ngx_chain_t       101 src/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       107 src/http/modules/ngx_http_chunked_filter_module.c     ngx_chain_t                    *out, *cl, *tl, **ll;
ngx_chain_t        84 src/http/modules/ngx_http_fastcgi_module.c     ngx_chain_t                   *free;
ngx_chain_t        85 src/http/modules/ngx_http_fastcgi_module.c     ngx_chain_t                   *busy;
ngx_chain_t       155 src/http/modules/ngx_http_fastcgi_module.c     ngx_chain_t *in);
ngx_chain_t       818 src/http/modules/ngx_http_fastcgi_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t      1319 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_body_output_filter(void *data, ngx_chain_t *in)
ngx_chain_t      1329 src/http/modules/ngx_http_fastcgi_module.c     ngx_chain_t                *cl, *tl, *out, **ll;
ngx_chain_t      2067 src/http/modules/ngx_http_fastcgi_module.c     ngx_chain_t                  *cl;
ngx_chain_t      2317 src/http/modules/ngx_http_fastcgi_module.c     ngx_chain_t             *cl, **ll;
ngx_chain_t        72 src/http/modules/ngx_http_flv_module.c     ngx_chain_t                out[2];
ngx_chain_t        23 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t         *in;
ngx_chain_t        24 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t         *free;
ngx_chain_t        25 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t         *busy;
ngx_chain_t        26 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t         *out;
ngx_chain_t        27 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t        **last_out;
ngx_chain_t       175 src/http/modules/ngx_http_gunzip_filter_module.c ngx_http_gunzip_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       179 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t            *cl;
ngx_chain_t       420 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t       572 src/http/modules/ngx_http_gunzip_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t        34 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *in;
ngx_chain_t        35 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *free;
ngx_chain_t        36 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *busy;
ngx_chain_t        37 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *out;
ngx_chain_t        38 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t        **last_out;
ngx_chain_t        40 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *copied;
ngx_chain_t        41 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *copy_buf;
ngx_chain_t        90 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t *in);
ngx_chain_t       316 src/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       320 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t          *cl;
ngx_chain_t       535 src/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       539 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t           *cl, **ll;
ngx_chain_t       643 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t    *cl;
ngx_chain_t       776 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t           *cl;
ngx_chain_t       904 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t       *cl;
ngx_chain_t      1044 src/http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t        92 src/http/modules/ngx_http_gzip_static_module.c     ngx_chain_t                   out;
ngx_chain_t        79 src/http/modules/ngx_http_image_filter_module.c     ngx_http_image_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t        80 src/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        81 src/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       279 src/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       283 src/http/modules/ngx_http_image_filter_module.c     ngx_chain_t                    out;
ngx_chain_t       389 src/http/modules/ngx_http_image_filter_module.c     ngx_chain_t *in)
ngx_chain_t       411 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_test(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       451 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_read(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       456 src/http/modules/ngx_http_image_filter_module.c     ngx_chain_t                  *cl;
ngx_chain_t       236 src/http/modules/ngx_http_memcached_module.c     ngx_chain_t                    *cl;
ngx_chain_t       473 src/http/modules/ngx_http_memcached_module.c     ngx_chain_t          *cl, **ll;
ngx_chain_t        84 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t           out[NGX_HTTP_MP4_LAST_ATOM + 1];
ngx_chain_t       141 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t          *out;
ngx_chain_t       142 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t           ftyp_atom;
ngx_chain_t       143 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t           moov_atom;
ngx_chain_t       144 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t           mvhd_atom;
ngx_chain_t       145 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t           mdat_atom;
ngx_chain_t       146 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t           mdat_data;
ngx_chain_t       428 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t                out;
ngx_chain_t       695 src/http/modules/ngx_http_mp4_module.c     ngx_chain_t          **prev;
ngx_chain_t       113 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t                   *free;
ngx_chain_t       114 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t                   *busy;
ngx_chain_t       129 src/http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_body_output_filter(void *data, ngx_chain_t *in);
ngx_chain_t      1128 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t      1498 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_body_output_filter(void *data, ngx_chain_t *in)
ngx_chain_t      1506 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t           *out, *cl, *tl, **ll, **fl;
ngx_chain_t      1959 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t         *cl;
ngx_chain_t      2018 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t           *cl;
ngx_chain_t      2148 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t          *cl, **ll;
ngx_chain_t      2195 src/http/modules/ngx_http_proxy_module.c     ngx_chain_t           *cl, **ll;
ngx_chain_t        70 src/http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t        72 src/http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t        74 src/http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in);
ngx_chain_t       594 src/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       630 src/http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t       670 src/http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t       674 src/http/modules/ngx_http_range_filter_module.c     ngx_chain_t       *out, *cl, **ll;
ngx_chain_t       756 src/http/modules/ngx_http_range_filter_module.c     ngx_http_range_filter_ctx_t *ctx, ngx_chain_t *in)
ngx_chain_t       760 src/http/modules/ngx_http_range_filter_module.c     ngx_chain_t       *out, *hcl, *rcl, *dcl, **ll;
ngx_chain_t       614 src/http/modules/ngx_http_scgi_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t        44 src/http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t  *bufs;
ngx_chain_t       387 src/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       393 src/http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t               *cl, **ll;
ngx_chain_t       917 src/http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t      1993 src/http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t                 *cl, *tl, **ll, *out;
ngx_chain_t      2204 src/http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t  *out;
ngx_chain_t      2252 src/http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t                *cl;
ngx_chain_t        52 src/http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *in;
ngx_chain_t        53 src/http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *out;
ngx_chain_t        54 src/http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t             **last_out;
ngx_chain_t        55 src/http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *busy;
ngx_chain_t        56 src/http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *free;
ngx_chain_t        58 src/http/modules/ngx_http_static_module.c     ngx_chain_t                out;
ngx_chain_t        89 src/http/modules/ngx_http_stub_status_module.c     ngx_chain_t        out;
ngx_chain_t        45 src/http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *in;
ngx_chain_t        46 src/http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *out;
ngx_chain_t        47 src/http/modules/ngx_http_sub_filter_module.c     ngx_chain_t              **last_out;
ngx_chain_t        48 src/http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *busy;
ngx_chain_t        49 src/http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *free;
ngx_chain_t       193 src/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       197 src/http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *cl;
ngx_chain_t       449 src/http/modules/ngx_http_sub_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t       814 src/http/modules/ngx_http_uwsgi_module.c     ngx_chain_t                  *cl, *body;
ngx_chain_t       242 src/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       245 src/http/modules/ngx_http_xslt_filter_module.c     ngx_chain_t                 *cl;
ngx_chain_t       313 src/http/modules/ngx_http_xslt_filter_module.c     ngx_chain_t                       out;
ngx_chain_t        87 src/http/ngx_http_copy_filter_module.c ngx_http_copy_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t      1854 src/http/ngx_http_core_module.c     ngx_chain_t   out;
ngx_chain_t      1948 src/http/ngx_http_core_module.c ngx_http_output_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       538 src/http/ngx_http_core_module.h     (ngx_http_request_t *r, ngx_chain_t *chain);
ngx_chain_t       540 src/http/ngx_http_core_module.h     (ngx_http_request_t *r, ngx_chain_t *chain);
ngx_chain_t       543 src/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       544 src/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       546 src/http/ngx_http_core_module.h    ngx_chain_t *chain);
ngx_chain_t      1532 src/http/ngx_http_file_cache.c     ngx_chain_t        out;
ngx_chain_t       158 src/http/ngx_http_header_filter_module.c     ngx_chain_t                out;
ngx_chain_t        14 src/http/ngx_http_postpone_filter_module.c     ngx_chain_t *in);
ngx_chain_t        53 src/http/ngx_http_postpone_filter_module.c ngx_http_postpone_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       131 src/http/ngx_http_postpone_filter_module.c ngx_http_postpone_filter_add(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t      3316 src/http/ngx_http_request.c     ngx_chain_t   out;
ngx_chain_t       282 src/http/ngx_http_request.h     ngx_chain_t                      *bufs;
ngx_chain_t       285 src/http/ngx_http_request.h     ngx_chain_t                      *free;
ngx_chain_t       286 src/http/ngx_http_request.h     ngx_chain_t                      *busy;
ngx_chain_t       342 src/http/ngx_http_request.h     ngx_chain_t                      *out;
ngx_chain_t       404 src/http/ngx_http_request.h     ngx_chain_t                      *out;
ngx_chain_t        22 src/http/ngx_http_request_body.c     ngx_chain_t *in);
ngx_chain_t        24 src/http/ngx_http_request_body.c     ngx_chain_t *in);
ngx_chain_t        26 src/http/ngx_http_request_body.c     ngx_chain_t *in);
ngx_chain_t        37 src/http/ngx_http_request_body.c     ngx_chain_t                out, *cl;
ngx_chain_t       296 src/http/ngx_http_request_body.c     ngx_chain_t               *cl, out;
ngx_chain_t       488 src/http/ngx_http_request_body.c     ngx_chain_t               *cl, *ln;
ngx_chain_t       899 src/http/ngx_http_request_body.c ngx_http_request_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       911 src/http/ngx_http_request_body.c ngx_http_request_body_length_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       916 src/http/ngx_http_request_body.c     ngx_chain_t               *cl, *tl, *out, **ll;
ngx_chain_t       981 src/http/ngx_http_request_body.c ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t       986 src/http/ngx_http_request_body.c     ngx_chain_t               *cl, *out, *tl, **ll;
ngx_chain_t      1134 src/http/ngx_http_request_body.c ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t      1137 src/http/ngx_http_request_body.c     ngx_chain_t               *cl;
ngx_chain_t       666 src/http/ngx_http_spdy.c     ngx_chain_t                *cl;
ngx_chain_t      2190 src/http/ngx_http_spdy.c     ngx_chain_t                *cl;
ngx_chain_t      2278 src/http/ngx_http_spdy.c     ngx_chain_t                *cl;
ngx_chain_t       138 src/http/ngx_http_spdy.h     ngx_chain_t                     *free_data_headers;
ngx_chain_t       139 src/http/ngx_http_spdy.h     ngx_chain_t                     *free_bufs;
ngx_chain_t       155 src/http/ngx_http_spdy.h     ngx_chain_t                     *first;
ngx_chain_t       156 src/http/ngx_http_spdy.h     ngx_chain_t                     *last;
ngx_chain_t        31 src/http/ngx_http_spdy_filter_module.c static ngx_chain_t *ngx_http_spdy_send_chain(ngx_connection_t *fc,
ngx_chain_t        32 src/http/ngx_http_spdy_filter_module.c     ngx_chain_t *in, off_t limit);
ngx_chain_t        41 src/http/ngx_http_spdy_filter_module.c static ngx_chain_t *ngx_http_spdy_filter_get_shadow(
ngx_chain_t        44 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_stream_t *stream, size_t len, ngx_chain_t *first,
ngx_chain_t        45 src/http/ngx_http_spdy_filter_module.c     ngx_chain_t *last);
ngx_chain_t       104 src/http/ngx_http_spdy_filter_module.c     ngx_chain_t                  *cl;
ngx_chain_t       616 src/http/ngx_http_spdy_filter_module.c static ngx_chain_t *
ngx_chain_t       617 src/http/ngx_http_spdy_filter_module.c ngx_http_spdy_send_chain(ngx_connection_t *fc, ngx_chain_t *in, off_t limit)
ngx_chain_t       621 src/http/ngx_http_spdy_filter_module.c     ngx_chain_t                 *cl, *out, **ln;
ngx_chain_t       805 src/http/ngx_http_spdy_filter_module.c static ngx_chain_t *
ngx_chain_t       810 src/http/ngx_http_spdy_filter_module.c     ngx_chain_t  *cl;
ngx_chain_t       840 src/http/ngx_http_spdy_filter_module.c     size_t len, ngx_chain_t *first, ngx_chain_t *last)
ngx_chain_t       845 src/http/ngx_http_spdy_filter_module.c     ngx_chain_t                *cl;
ngx_chain_t      1027 src/http/ngx_http_spdy_filter_module.c     ngx_chain_t             *cl, *ln;
ngx_chain_t       620 src/http/ngx_http_special_response.c     ngx_chain_t   out[3];
ngx_chain_t       730 src/http/ngx_http_special_response.c     ngx_chain_t   out;
ngx_chain_t      1682 src/http/ngx_http_upstream.c     ngx_chain_t  *cl;
ngx_chain_t      1849 src/http/ngx_http_upstream.c     ngx_chain_t               *out, *cl, *ln;
ngx_chain_t      3427 src/http/ngx_http_upstream.c     ngx_chain_t          *cl, **ll;
ngx_chain_t       304 src/http/ngx_http_upstream.h     ngx_chain_t                     *request_bufs;
ngx_chain_t       323 src/http/ngx_http_upstream.h     ngx_chain_t                     *out_bufs;
ngx_chain_t       324 src/http/ngx_http_upstream.h     ngx_chain_t                     *busy_bufs;
ngx_chain_t       325 src/http/ngx_http_upstream.h     ngx_chain_t                     *free_bufs;
ngx_chain_t      1944 src/http/ngx_http_variables.c     ngx_chain_t  *cl;
ngx_chain_t        48 src/http/ngx_http_write_filter_module.c ngx_http_write_filter(ngx_http_request_t *r, ngx_chain_t *in)
ngx_chain_t        53 src/http/ngx_http_write_filter_module.c     ngx_chain_t               *cl, *ln, **ll, *chain;
ngx_chain_t        13 src/os/unix/ngx_darwin.h ngx_chain_t *ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        30 src/os/unix/ngx_darwin_sendfile_chain.c ngx_chain_t *
ngx_chain_t        31 src/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        41 src/os/unix/ngx_darwin_sendfile_chain.c     ngx_chain_t     *cl;
ngx_chain_t       261 src/os/unix/ngx_files.c ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *cl, off_t offset,
ngx_chain_t       132 src/os/unix/ngx_files.h ssize_t ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *ce,
ngx_chain_t        13 src/os/unix/ngx_freebsd.h ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        32 src/os/unix/ngx_freebsd_sendfile_chain.c ngx_chain_t *
ngx_chain_t        33 src/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        43 src/os/unix/ngx_freebsd_sendfile_chain.c     ngx_chain_t      *cl;
ngx_chain_t        12 src/os/unix/ngx_linux.h ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        46 src/os/unix/ngx_linux_sendfile_chain.c ngx_chain_t *
ngx_chain_t        47 src/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        56 src/os/unix/ngx_linux_sendfile_chain.c     ngx_chain_t   *cl;
ngx_chain_t        20 src/os/unix/ngx_os.h typedef ssize_t (*ngx_recv_chain_pt)(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        23 src/os/unix/ngx_os.h typedef ngx_chain_t *(*ngx_send_chain_pt)(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        45 src/os/unix/ngx_os.h ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *entry, off_t limit);
ngx_chain_t        48 src/os/unix/ngx_os.h ngx_chain_t *ngx_writev_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        66 src/os/unix/ngx_os.h ngx_chain_t *ngx_output_chain_to_iovec(ngx_iovec_t *vec, ngx_chain_t *in,
ngx_chain_t        14 src/os/unix/ngx_readv_chain.c ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *chain, off_t limit)
ngx_chain_t        12 src/os/unix/ngx_solaris.h ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        32 src/os/unix/ngx_solaris_sendfilev_chain.c ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in,
ngx_chain_t        41 src/os/unix/ngx_solaris_sendfilev_chain.c ngx_chain_t *
ngx_chain_t        42 src/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        54 src/os/unix/ngx_solaris_sendfilev_chain.c     ngx_chain_t    *cl;
ngx_chain_t        13 src/os/unix/ngx_writev_chain.c ngx_chain_t *
ngx_chain_t        14 src/os/unix/ngx_writev_chain.c ngx_writev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
ngx_chain_t        18 src/os/unix/ngx_writev_chain.c     ngx_chain_t   *cl;
ngx_chain_t       107 src/os/unix/ngx_writev_chain.c ngx_chain_t *
ngx_chain_t       108 src/os/unix/ngx_writev_chain.c ngx_output_chain_to_iovec(ngx_iovec_t *vec, ngx_chain_t *in, size_t limit,