|
Groonga 3.0.9 Source Code Document
|
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <ngx_config.h>#include <ngx_core.h>#include <ngx_http.h>#include <groonga.h>
Go to the source code of this file.
Data Structures | |
| struct | ngx_http_groonga_loc_conf_t |
| struct | ngx_http_groonga_database_callback_data_t |
| struct | ngx_http_groonga_handler_data_t |
| struct | ngx_http_groonga_logger_data_t |
| struct | ngx_http_groonga_query_logger_data_t |
Macros | |
| #define | GRN_NO_FLAGS 0 |
Typedefs | |
| typedef void(* | ngx_http_groonga_loc_conf_callback_pt )(ngx_http_groonga_loc_conf_t *conf, void *user_data) |
Variables | |
| ngx_module_t | ngx_http_groonga_module |
| #define GRN_NO_FLAGS 0 |
Definition at line 29 of file ngx_http_groonga_module.c.
| typedef void(* ngx_http_groonga_loc_conf_callback_pt)(ngx_http_groonga_loc_conf_t *conf, void *user_data) |
Definition at line 75 of file ngx_http_groonga_module.c.
| ngx_module_t ngx_http_groonga_module |
Definition at line 77 of file ngx_http_groonga_module.c.
1.8.1.2