trailer           875 http/modules/ngx_http_gzip_filter_module.c     struct gztrailer  *trailer;
trailer           901 http/modules/ngx_http_gzip_filter_module.c         trailer = (struct gztrailer *) ctx->out_buf->last;
trailer           922 http/modules/ngx_http_gzip_filter_module.c         trailer = (struct gztrailer *) b->pos;
trailer           928 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32 = ctx->crc32;
trailer           929 http/modules/ngx_http_gzip_filter_module.c     trailer->zlen = ctx->zin;
trailer           933 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[0] = (u_char) (ctx->crc32 & 0xff);
trailer           934 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[1] = (u_char) ((ctx->crc32 >> 8) & 0xff);
trailer           935 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[2] = (u_char) ((ctx->crc32 >> 16) & 0xff);
trailer           936 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[3] = (u_char) ((ctx->crc32 >> 24) & 0xff);
trailer           938 http/modules/ngx_http_gzip_filter_module.c     trailer->zlen[0] = (u_char) (ctx->zin & 0xff);
trailer           939 http/modules/ngx_http_gzip_filter_module.c     trailer->zlen[1] = (u_char) ((ctx->zin >> 8) & 0xff);
trailer           940 http/modules/ngx_http_gzip_filter_module.c     trailer->zlen[2] = (u_char) ((ctx->zin >> 16) & 0xff);
trailer           941 http/modules/ngx_http_gzip_filter_module.c     trailer->zlen[3] = (u_char) ((ctx->zin >> 24) & 0xff);
trailer            48 os/unix/ngx_darwin_sendfile_chain.c     ngx_array_t      header, trailer;
trailer            84 os/unix/ngx_darwin_sendfile_chain.c     trailer.elts = trailers;
trailer            85 os/unix/ngx_darwin_sendfile_chain.c     trailer.size = sizeof(struct iovec);
trailer            86 os/unix/ngx_darwin_sendfile_chain.c     trailer.nalloc = NGX_TRAILERS;
trailer            87 os/unix/ngx_darwin_sendfile_chain.c     trailer.pool = c->pool;
trailer            98 os/unix/ngx_darwin_sendfile_chain.c         trailer.nelts = 0;
trailer           201 os/unix/ngx_darwin_sendfile_chain.c                     iov = ngx_array_push(&trailer);
trailer           225 os/unix/ngx_darwin_sendfile_chain.c             hdtr.trailers = trailer.nelts ? (struct iovec *) trailer.elts: NULL;
trailer           226 os/unix/ngx_darwin_sendfile_chain.c             hdtr.trl_cnt = trailer.nelts;
trailer            50 os/unix/ngx_freebsd_sendfile_chain.c     ngx_array_t      header, trailer;
trailer            88 os/unix/ngx_freebsd_sendfile_chain.c     trailer.elts = trailers;
trailer            89 os/unix/ngx_freebsd_sendfile_chain.c     trailer.size = sizeof(struct iovec);
trailer            90 os/unix/ngx_freebsd_sendfile_chain.c     trailer.nalloc = NGX_TRAILERS;
trailer            91 os/unix/ngx_freebsd_sendfile_chain.c     trailer.pool = c->pool;
trailer           102 os/unix/ngx_freebsd_sendfile_chain.c         trailer.nelts = 0;
trailer           206 os/unix/ngx_freebsd_sendfile_chain.c                     iov = ngx_array_push(&trailer);
trailer           251 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.trailers = (struct iovec *) trailer.elts;
trailer           252 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.trl_cnt = trailer.nelts;