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

Data Fields

ngx_flag_t enabled
ngx_str_t database_path
char * database_path_cstr
ngx_flag_t database_auto_create
ngx_str_t base_path
ngx_str_t log_path
ngx_open_file_tlog_file
grn_log_level log_level
ngx_str_t query_log_path
ngx_open_file_tquery_log_file
size_t cache_limit
char * config_file
int config_line
char * name
grn_ctx context
grn_cachecache

Detailed Description

Definition at line 31 of file ngx_http_groonga_module.c.

Field Documentation

ngx_str_t base_path

Definition at line 36 of file ngx_http_groonga_module.c.

grn_cache* cache

Definition at line 47 of file ngx_http_groonga_module.c.

size_t cache_limit

Definition at line 42 of file ngx_http_groonga_module.c.

char* config_file

Definition at line 43 of file ngx_http_groonga_module.c.

int config_line

Definition at line 44 of file ngx_http_groonga_module.c.

grn_ctx context

Definition at line 46 of file ngx_http_groonga_module.c.

ngx_flag_t database_auto_create

Definition at line 35 of file ngx_http_groonga_module.c.

ngx_str_t database_path

Definition at line 33 of file ngx_http_groonga_module.c.

char* database_path_cstr

Definition at line 34 of file ngx_http_groonga_module.c.

ngx_flag_t enabled

Definition at line 32 of file ngx_http_groonga_module.c.

ngx_open_file_t* log_file

Definition at line 38 of file ngx_http_groonga_module.c.

grn_log_level log_level

Definition at line 39 of file ngx_http_groonga_module.c.

ngx_str_t log_path

Definition at line 37 of file ngx_http_groonga_module.c.

char* name

Definition at line 45 of file ngx_http_groonga_module.c.

ngx_open_file_t* query_log_file

Definition at line 41 of file ngx_http_groonga_module.c.

ngx_str_t query_log_path

Definition at line 40 of file ngx_http_groonga_module.c.


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