|
Groonga 3.0.9 Source Code Document
|

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_t * | split_parts |
| ngx_str_t | script_name |
| ngx_str_t | path_info |
Definition at line 63 of file ngx_http_fastcgi_module.c.
| 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.
| ngx_http_fastcgi_state_e state |
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.
1.8.1.2