Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
ngx_int_t | ngx_http_add_location (ngx_conf_t *cf, ngx_queue_t **locations, ngx_http_core_loc_conf_t *clcf) |
ngx_int_t | ngx_http_add_listen (ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, ngx_http_listen_opt_t *lsopt) |
char * | ngx_http_types_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_http_merge_types (ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash, ngx_array_t **prev_keys, ngx_hash_t *prev_types_hash, ngx_str_t *default_types) |
ngx_int_t | ngx_http_set_default_types (ngx_conf_t *cf, ngx_array_t **types, ngx_str_t *default_type) |
ngx_int_t ngx_http_add_listen | ( | ngx_conf_t * | cf, |
ngx_http_core_srv_conf_t * | cscf, | ||
ngx_http_listen_opt_t * | lsopt | ||
) |
ngx_int_t ngx_http_add_location | ( | ngx_conf_t * | cf, |
ngx_queue_t ** | locations, | ||
ngx_http_core_loc_conf_t * | clcf | ||
) |
char* ngx_http_merge_types | ( | ngx_conf_t * | cf, |
ngx_array_t ** | keys, | ||
ngx_hash_t * | types_hash, | ||
ngx_array_t ** | prev_keys, | ||
ngx_hash_t * | prev_types_hash, | ||
ngx_str_t * | default_types | ||
) |
ngx_int_t ngx_http_set_default_types | ( | ngx_conf_t * | cf, |
ngx_array_t ** | types, | ||
ngx_str_t * | default_type | ||
) |
Definition at line 2082 of file ngx_http.c.
char* ngx_http_types_slot | ( | ngx_conf_t * | cf, |
ngx_command_t * | cmd, | ||
void * | conf | ||
) |
ngx_str_t ngx_http_html_default_types[] |
Definition at line 76 of file ngx_http.c.
ngx_uint_t ngx_http_max_module |
Definition at line 69 of file ngx_http.c.
ngx_module_t ngx_http_module |
Definition at line 102 of file ngx_http.c.
ngx_int_t(* ngx_http_top_body_filter)(ngx_http_request_t *r, ngx_chain_t *ch) |
Definition at line 73 of file ngx_http.c.
ngx_int_t(* ngx_http_top_header_filter)(ngx_http_request_t *r) |
Definition at line 72 of file ngx_http.c.