Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Typedefs | Variables
ngx_http_groonga_module.c File Reference
#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>
Include dependency graph for ngx_http_groonga_module.c:

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

Macro Definition Documentation

#define GRN_NO_FLAGS   0

Definition at line 29 of file ngx_http_groonga_module.c.

Typedef Documentation

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.

Variable Documentation

ngx_module_t ngx_http_groonga_module
Initial value:
{
&ngx_http_groonga_module_ctx,
ngx_http_groonga_commands,
NULL,
NULL,
ngx_http_groonga_init_process,
NULL,
NULL,
ngx_http_groonga_exit_process,
NULL,
}

Definition at line 77 of file ngx_http_groonga_module.c.