Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_charset_filter_module.c292 charsets = mcf->charsets.elts; in ngx_http_charset_header_filter()
473 charset = mcf->charsets.elts; in ngx_http_get_charset()
474 n = mcf->charsets.nelts; in ngx_http_get_charset()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1278 charset = mcf->charsets.elts; in ngx_http_charset_map_block()
1495 if (mcf == NULL) { in ngx_http_charset_create_main_conf()
1519 return mcf; in ngx_http_charset_create_main_conf()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
1622 tables = mcf->tables.elts; in ngx_http_charset_postconfiguration()
[all …]
H A Dngx_http_map_module.c161 ngx_http_map_conf_t *mcf; in ngx_http_map_create_conf() local
164 if (mcf == NULL) { in ngx_http_map_create_conf()
168 mcf->hash_max_size = NGX_CONF_UNSET_UINT; in ngx_http_map_create_conf()
169 mcf->hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_http_map_create_conf()
171 return mcf; in ngx_http_map_create_conf()
178 ngx_http_map_conf_t *mcf = conf; in ngx_http_map_block() local
191 mcf->hash_max_size = 2048; in ngx_http_map_block()
195 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_http_map_block()
198 mcf->hash_bucket_size = ngx_align(mcf->hash_bucket_size, in ngx_http_map_block()
296 hash.max_size = mcf->hash_max_size; in ngx_http_map_block()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c159 ngx_stream_map_conf_t *mcf; in ngx_stream_map_create_conf() local
162 if (mcf == NULL) { in ngx_stream_map_create_conf()
166 mcf->hash_max_size = NGX_CONF_UNSET_UINT; in ngx_stream_map_create_conf()
167 mcf->hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_stream_map_create_conf()
169 return mcf; in ngx_stream_map_create_conf()
176 ngx_stream_map_conf_t *mcf = conf; in ngx_stream_map_block() local
189 mcf->hash_max_size = 2048; in ngx_stream_map_block()
193 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_stream_map_block()
196 mcf->hash_bucket_size = ngx_align(mcf->hash_bucket_size, in ngx_stream_map_block()
295 hash.max_size = mcf->hash_max_size; in ngx_stream_map_block()
[all …]