Searched defs:ngx_output_chain_ctx_s (Results 1 – 1 of 1) sorted by relevance
78 struct ngx_output_chain_ctx_s { struct79 ngx_buf_t *buf;80 ngx_chain_t *in;81 ngx_chain_t *free;82 ngx_chain_t *busy;89 unsigned aio:1;104 off_t alignment;106 ngx_pool_t *pool;107 ngx_int_t allocated;108 ngx_bufs_t bufs;[all …]