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

#include <ngx_http_ssi_filter_module.h>

Collaboration diagram for ngx_http_ssi_ctx_t:
Collaboration graph
[legend]

Data Fields

ngx_buf_tbuf
u_char * pos
u_char * copy_start
u_char * copy_end
ngx_uint_t key
ngx_str_t command
ngx_array_t params
ngx_table_elt_tparam
ngx_table_elt_t params_array [NGX_HTTP_SSI_PARAMS_N]
ngx_chain_tin
ngx_chain_tout
ngx_chain_t ** last_out
ngx_chain_tbusy
ngx_chain_tfree
ngx_uint_t state
ngx_uint_t saved_state
size_t saved
size_t looked
size_t value_len
ngx_list_tvariables
ngx_array_tblocks
unsigned conditional:2
unsigned encoding:2
unsigned block:1
unsigned output:1
unsigned output_chosen:1
ngx_http_request_twait
void * value_buf
ngx_str_t timefmt
ngx_str_t errmsg

Detailed Description

Definition at line 39 of file ngx_http_ssi_filter_module.h.

Field Documentation

unsigned block

Definition at line 76 of file ngx_http_ssi_filter_module.h.

ngx_array_t* blocks

Definition at line 66 of file ngx_http_ssi_filter_module.h.

ngx_buf_t* buf

Definition at line 40 of file ngx_http_ssi_filter_module.h.

ngx_chain_t* busy

Definition at line 55 of file ngx_http_ssi_filter_module.h.

ngx_str_t command

Definition at line 47 of file ngx_http_ssi_filter_module.h.

unsigned conditional

Definition at line 74 of file ngx_http_ssi_filter_module.h.

u_char* copy_end

Definition at line 44 of file ngx_http_ssi_filter_module.h.

u_char* copy_start

Definition at line 43 of file ngx_http_ssi_filter_module.h.

unsigned encoding

Definition at line 75 of file ngx_http_ssi_filter_module.h.

ngx_str_t errmsg

Definition at line 83 of file ngx_http_ssi_filter_module.h.

ngx_chain_t* free

Definition at line 56 of file ngx_http_ssi_filter_module.h.

Definition at line 52 of file ngx_http_ssi_filter_module.h.

Definition at line 46 of file ngx_http_ssi_filter_module.h.

ngx_chain_t** last_out

Definition at line 54 of file ngx_http_ssi_filter_module.h.

size_t looked

Definition at line 61 of file ngx_http_ssi_filter_module.h.

Definition at line 53 of file ngx_http_ssi_filter_module.h.

unsigned output

Definition at line 77 of file ngx_http_ssi_filter_module.h.

unsigned output_chosen

Definition at line 78 of file ngx_http_ssi_filter_module.h.

Definition at line 49 of file ngx_http_ssi_filter_module.h.

ngx_array_t params

Definition at line 48 of file ngx_http_ssi_filter_module.h.

Definition at line 50 of file ngx_http_ssi_filter_module.h.

u_char* pos

Definition at line 42 of file ngx_http_ssi_filter_module.h.

size_t saved

Definition at line 60 of file ngx_http_ssi_filter_module.h.

ngx_uint_t saved_state

Definition at line 59 of file ngx_http_ssi_filter_module.h.

ngx_uint_t state

Definition at line 58 of file ngx_http_ssi_filter_module.h.

ngx_str_t timefmt

Definition at line 82 of file ngx_http_ssi_filter_module.h.

void* value_buf

Definition at line 81 of file ngx_http_ssi_filter_module.h.

size_t value_len

Definition at line 63 of file ngx_http_ssi_filter_module.h.

ngx_list_t* variables

Definition at line 65 of file ngx_http_ssi_filter_module.h.

Definition at line 80 of file ngx_http_ssi_filter_module.h.


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