Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c35 ngx_http_rewrite_loc_conf_t *lcf);
300 ngx_http_rewrite_loc_conf_t *lcf = conf; in ngx_http_rewrite() local
388 sc.values = &lcf->codes; in ngx_http_rewrite()
429 regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts in ngx_http_rewrite()
439 ngx_http_rewrite_loc_conf_t *lcf = conf; in ngx_http_rewrite_return() local
510 ngx_http_rewrite_loc_conf_t *lcf = conf; in ngx_http_rewrite_break() local
595 elts = lcf->codes->elts; in ngx_http_rewrite_if()
601 nlcf->codes = lcf->codes; in ngx_http_rewrite_if()
625 if (elts != lcf->codes->elts) { in ngx_http_rewrite_if()
630 if_code->next = (u_char *) lcf->codes->elts + lcf->codes->nelts in ngx_http_rewrite_if()
[all …]
H A Dngx_http_charset_filter_module.c427 ngx_http_charset_loc_conf_t *lcf; in ngx_http_source_charset() local
435 lcf = ngx_http_get_module_loc_conf(r, ngx_http_charset_filter_module); in ngx_http_source_charset()
437 charset = lcf->source_charset; in ngx_http_source_charset()
1526 ngx_http_charset_loc_conf_t *lcf; in ngx_http_charset_create_loc_conf() local
1528 lcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_charset_loc_conf_t)); in ngx_http_charset_create_loc_conf()
1529 if (lcf == NULL) { in ngx_http_charset_create_loc_conf()
1540 lcf->charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()
1541 lcf->source_charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()
1542 lcf->override_charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()
1544 return lcf; in ngx_http_charset_create_loc_conf()
H A Dngx_http_log_module.c264 ngx_http_log_loc_conf_t *lcf; in ngx_http_log_handler() local
269 lcf = ngx_http_get_module_loc_conf(r, ngx_http_log_module); in ngx_http_log_handler()
271 if (lcf->off) { in ngx_http_log_handler()
275 log = lcf->logs->elts; in ngx_http_log_handler()
276 for (l = 0; l < lcf->logs->nelts; l++) { in ngx_http_log_handler()