Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_output_chain_ctx_s Struct Reference

#include <ngx_buf.h>

Collaboration diagram for ngx_output_chain_ctx_s:
Collaboration graph
[legend]

Data Fields

ngx_buf_tbuf
ngx_chain_tin
ngx_chain_tfree
ngx_chain_tbusy
unsigned sendfile:1
unsigned directio:1
unsigned need_in_memory:1
unsigned need_in_temp:1
off_t alignment
ngx_pool_tpool
ngx_int_t allocated
ngx_bufs_t bufs
ngx_buf_tag_t tag
ngx_output_chain_filter_pt output_filter
void * filter_ctx

Detailed Description

Definition at line 80 of file ngx_buf.h.

Field Documentation

off_t alignment

Definition at line 99 of file ngx_buf.h.

ngx_int_t allocated

Definition at line 102 of file ngx_buf.h.

ngx_buf_t* buf

Definition at line 81 of file ngx_buf.h.

ngx_bufs_t bufs

Definition at line 103 of file ngx_buf.h.

ngx_chain_t* busy

Definition at line 84 of file ngx_buf.h.

unsigned directio

Definition at line 87 of file ngx_buf.h.

void* filter_ctx

Definition at line 107 of file ngx_buf.h.

ngx_chain_t* free

Definition at line 83 of file ngx_buf.h.

Definition at line 82 of file ngx_buf.h.

unsigned need_in_memory

Definition at line 91 of file ngx_buf.h.

unsigned need_in_temp

Definition at line 92 of file ngx_buf.h.

Definition at line 106 of file ngx_buf.h.

ngx_pool_t* pool

Definition at line 101 of file ngx_buf.h.

unsigned sendfile

Definition at line 86 of file ngx_buf.h.

Definition at line 104 of file ngx_buf.h.


The documentation for this struct was generated from the following file: