comparison src/core/ngx_hunk.h @ 134:d57c6835225c

nginx-0.0.1-2003-09-26-09:45:21 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Sep 2003 05:45:21 +0000
parents a490ad05164d
children 656d468f4ead
comparison
equal deleted inserted replaced
133:b27548f540ad 134:d57c6835225c
84 ngx_test_null(chain, ngx_alloc_chain_entry(pool), error); \ 84 ngx_test_null(chain, ngx_alloc_chain_entry(pool), error); \
85 chain->hunk = h; \ 85 chain->hunk = h; \
86 chain->next = NULL; \ 86 chain->next = NULL; \
87 } while (0); 87 } while (0);
88 88
89 int ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **ch, ngx_chain_t *in);
90 void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
91 ngx_chain_t **out);
92
93
89 94
90 #endif /* _NGX_HUNK_H_INCLUDED_ */ 95 #endif /* _NGX_HUNK_H_INCLUDED_ */