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

#include <ngx_http_config.h>

Data Fields

ngx_int_t(* preconfiguration )(ngx_conf_t *cf)
ngx_int_t(* postconfiguration )(ngx_conf_t *cf)
void *(* create_main_conf )(ngx_conf_t *cf)
char *(* init_main_conf )(ngx_conf_t *cf, void *conf)
void *(* create_srv_conf )(ngx_conf_t *cf)
char *(* merge_srv_conf )(ngx_conf_t *cf, void *prev, void *conf)
void *(* create_loc_conf )(ngx_conf_t *cf)
char *(* merge_loc_conf )(ngx_conf_t *cf, void *prev, void *conf)

Detailed Description

Definition at line 24 of file ngx_http_config.h.

Field Documentation

void*(* create_loc_conf)(ngx_conf_t *cf)

Definition at line 34 of file ngx_http_config.h.

void*(* create_main_conf)(ngx_conf_t *cf)

Definition at line 28 of file ngx_http_config.h.

void*(* create_srv_conf)(ngx_conf_t *cf)

Definition at line 31 of file ngx_http_config.h.

char*(* init_main_conf)(ngx_conf_t *cf, void *conf)

Definition at line 29 of file ngx_http_config.h.

char*(* merge_loc_conf)(ngx_conf_t *cf, void *prev, void *conf)

Definition at line 35 of file ngx_http_config.h.

char*(* merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf)

Definition at line 32 of file ngx_http_config.h.

ngx_int_t(* postconfiguration)(ngx_conf_t *cf)

Definition at line 26 of file ngx_http_config.h.

ngx_int_t(* preconfiguration)(ngx_conf_t *cf)

Definition at line 25 of file ngx_http_config.h.


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