Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mirror_module.c90 ngx_http_mirror_loc_conf_t *mlcf; in ngx_http_mirror_handler() local
98 if (mlcf->mirror == NULL) { in ngx_http_mirror_handler()
104 if (mlcf->request_body) { in ngx_http_mirror_handler()
155 ngx_http_mirror_loc_conf_t *mlcf; in ngx_http_mirror_handler_internal() local
159 name = mlcf->mirror->elts; in ngx_http_mirror_handler_internal()
184 if (mlcf == NULL) { in ngx_http_mirror_create_loc_conf()
191 return mlcf; in ngx_http_mirror_create_loc_conf()
222 mlcf->mirror = NULL; in ngx_http_mirror()
226 if (mlcf->mirror == NULL) { in ngx_http_mirror()
232 if (mlcf->mirror == NULL) { in ngx_http_mirror()
[all …]
H A Dngx_http_memcached_module.c181 ngx_http_memcached_loc_conf_t *mlcf; in ngx_http_memcached_handler() local
208 u->conf = &mlcf->upstream; in ngx_http_memcached_handler()
246 ngx_http_memcached_loc_conf_t *mlcf; in ngx_http_memcached_create_request() local
250 vv = ngx_http_get_indexed_variable(r, mlcf->index); in ngx_http_memcached_create_request()
318 ngx_http_memcached_loc_conf_t *mlcf; in ngx_http_memcached_process_header() local
375 if (mlcf->gzip_flag) { in ngx_http_memcached_process_header()
397 if (flags & mlcf->gzip_flag) { in ngx_http_memcached_process_header()
695 ngx_http_memcached_loc_conf_t *mlcf = conf; in ngx_http_memcached_pass() local
701 if (mlcf->upstream.upstream) { in ngx_http_memcached_pass()
713 if (mlcf->upstream.upstream == NULL) { in ngx_http_memcached_pass()
[all …]
H A Dngx_http_charset_filter_module.c322 ngx_http_charset_loc_conf_t *mlcf; in ngx_http_destination_charset() local
346 mlcf = ngx_http_get_module_loc_conf(r, ngx_http_charset_filter_module); in ngx_http_destination_charset()
347 charset = mlcf->charset; in ngx_http_destination_charset()
354 if (mlcf->override_charset == 0) { in ngx_http_destination_charset()
359 if (ngx_http_test_content_type(r, &mlcf->types) == NULL) { in ngx_http_destination_charset()