Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_fastcgi_ctx_t Struct Reference
Collaboration diagram for ngx_http_fastcgi_ctx_t:
Collaboration graph
[legend]

Data Fields

ngx_http_fastcgi_state_e state
u_char * pos
u_char * last
ngx_uint_t type
size_t length
size_t padding
unsigned fastcgi_stdout:1
unsigned large_stderr:1
ngx_array_tsplit_parts
ngx_str_t script_name
ngx_str_t path_info

Detailed Description

Definition at line 63 of file ngx_http_fastcgi_module.c.

Field Documentation

unsigned fastcgi_stdout

Definition at line 71 of file ngx_http_fastcgi_module.c.

unsigned large_stderr

Definition at line 72 of file ngx_http_fastcgi_module.c.

u_char* last

Definition at line 66 of file ngx_http_fastcgi_module.c.

size_t length

Definition at line 68 of file ngx_http_fastcgi_module.c.

size_t padding

Definition at line 69 of file ngx_http_fastcgi_module.c.

ngx_str_t path_info

Definition at line 77 of file ngx_http_fastcgi_module.c.

u_char* pos

Definition at line 65 of file ngx_http_fastcgi_module.c.

ngx_str_t script_name

Definition at line 76 of file ngx_http_fastcgi_module.c.

ngx_array_t* split_parts

Definition at line 74 of file ngx_http_fastcgi_module.c.

Definition at line 64 of file ngx_http_fastcgi_module.c.

ngx_uint_t type

Definition at line 67 of file ngx_http_fastcgi_module.c.


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