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

#include <ngx_http_core_module.h>

Collaboration diagram for ngx_http_core_main_conf_t:
Collaboration graph
[legend]

Data Fields

ngx_array_t servers
ngx_http_phase_engine_t phase_engine
ngx_hash_t headers_in_hash
ngx_hash_t variables_hash
ngx_array_t variables
ngx_uint_t ncaptures
ngx_uint_t server_names_hash_max_size
ngx_uint_t server_names_hash_bucket_size
ngx_uint_t variables_hash_max_size
ngx_uint_t variables_hash_bucket_size
ngx_hash_keys_arrays_tvariables_keys
ngx_array_tports
ngx_uint_t try_files
ngx_http_phase_t phases [NGX_HTTP_LOG_PHASE+1]

Detailed Description

Definition at line 153 of file ngx_http_core_module.h.

Field Documentation

ngx_hash_t headers_in_hash

Definition at line 158 of file ngx_http_core_module.h.

ngx_uint_t ncaptures

Definition at line 163 of file ngx_http_core_module.h.

Definition at line 156 of file ngx_http_core_module.h.

Definition at line 177 of file ngx_http_core_module.h.

ngx_array_t* ports

Definition at line 173 of file ngx_http_core_module.h.

ngx_uint_t server_names_hash_bucket_size

Definition at line 166 of file ngx_http_core_module.h.

ngx_uint_t server_names_hash_max_size

Definition at line 165 of file ngx_http_core_module.h.

ngx_array_t servers

Definition at line 154 of file ngx_http_core_module.h.

ngx_uint_t try_files

Definition at line 175 of file ngx_http_core_module.h.

ngx_array_t variables

Definition at line 162 of file ngx_http_core_module.h.

ngx_hash_t variables_hash

Definition at line 160 of file ngx_http_core_module.h.

ngx_uint_t variables_hash_bucket_size

Definition at line 169 of file ngx_http_core_module.h.

ngx_uint_t variables_hash_max_size

Definition at line 168 of file ngx_http_core_module.h.

ngx_hash_keys_arrays_t* variables_keys

Definition at line 171 of file ngx_http_core_module.h.


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