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

#include <ngx_http_script.h>

Collaboration diagram for ngx_http_script_engine_t:
Collaboration graph
[legend]

Data Fields

u_char * ip
u_char * pos
ngx_http_variable_value_tsp
ngx_str_t buf
ngx_str_t line
u_char * args
unsigned flushed:1
unsigned skip:1
unsigned quote:1
unsigned is_args:1
unsigned log:1
ngx_int_t status
ngx_http_request_trequest

Detailed Description

Definition at line 17 of file ngx_http_script.h.

Field Documentation

u_char* args

Definition at line 26 of file ngx_http_script.h.

ngx_str_t buf

Definition at line 22 of file ngx_http_script.h.

unsigned flushed

Definition at line 28 of file ngx_http_script.h.

u_char* ip

Definition at line 18 of file ngx_http_script.h.

unsigned is_args

Definition at line 31 of file ngx_http_script.h.

ngx_str_t line

Definition at line 23 of file ngx_http_script.h.

unsigned log

Definition at line 32 of file ngx_http_script.h.

u_char* pos

Definition at line 19 of file ngx_http_script.h.

unsigned quote

Definition at line 30 of file ngx_http_script.h.

Definition at line 35 of file ngx_http_script.h.

unsigned skip

Definition at line 29 of file ngx_http_script.h.

Definition at line 20 of file ngx_http_script.h.

ngx_int_t status

Definition at line 34 of file ngx_http_script.h.


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