Home
last modified time | relevance | path

Searched refs:ngx_http_map_conf_t (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c16 } ngx_http_map_conf_t; typedef
62 offsetof(ngx_http_map_conf_t, hash_max_size),
69 offsetof(ngx_http_map_conf_t, hash_bucket_size),
161 ngx_http_map_conf_t *mcf; in ngx_http_map_create_conf()
163 mcf = ngx_palloc(cf->pool, sizeof(ngx_http_map_conf_t)); in ngx_http_map_create_conf()
178 ngx_http_map_conf_t *mcf = conf; in ngx_http_map_block()