comparison src/core/ngx_buf.h @ 356:2e3cbc1bbe3c

nginx-0.0.7-2004-06-16-19:32:11 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Jun 2004 15:32:11 +0000
parents 68ff8000a974
children 7650aea1816f
comparison
equal deleted inserted replaced
355:0fb6c53fb135 356:2e3cbc1bbe3c
168 chain = cl; \ 168 chain = cl; \
169 } \ 169 } \
170 last = &cl->next 170 last = &cl->next
171 171
172 172
173 int ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in); 173 ngx_int_t ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in);
174 int ngx_chain_writer(void *data, ngx_chain_t *in); 174 ngx_int_t ngx_chain_writer(void *data, ngx_chain_t *in);
175 175
176 int ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain, ngx_chain_t *in); 176 ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
177 ngx_chain_t *in);
177 void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy, 178 void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
178 ngx_chain_t **out, ngx_buf_tag_t tag); 179 ngx_chain_t **out, ngx_buf_tag_t tag);
179 180
180 181
181 #endif /* _NGX_BUF_H_INCLUDED_ */ 182 #endif /* _NGX_BUF_H_INCLUDED_ */