comparison src/core/ngx_buf.h @ 362:7650aea1816f

nginx-0.0.7-2004-06-21-19:59:32 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 21 Jun 2004 15:59:32 +0000
parents 2e3cbc1bbe3c
children f8f0f1834266
comparison
equal deleted inserted replaced
361:446782c909b3 362:7650aea1816f
125 typedef struct { 125 typedef struct {
126 ngx_chain_t *out; 126 ngx_chain_t *out;
127 ngx_chain_t **last; 127 ngx_chain_t **last;
128 ngx_connection_t *connection; 128 ngx_connection_t *connection;
129 ngx_pool_t *pool; 129 ngx_pool_t *pool;
130 off_t limit;
130 } ngx_chain_writer_ctx_t; 131 } ngx_chain_writer_ctx_t;
131 132
132 133
133 #define NGX_CHAIN_ERROR (ngx_chain_t *) NGX_ERROR 134 #define NGX_CHAIN_ERROR (ngx_chain_t *) NGX_ERROR
134 135