Searched refs:lcf (Results 1 – 3 of 3) sorted by relevance
35 ngx_http_rewrite_loc_conf_t *lcf);300 ngx_http_rewrite_loc_conf_t *lcf = conf; in ngx_http_rewrite() local388 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() local510 ngx_http_rewrite_loc_conf_t *lcf = conf; in ngx_http_rewrite_break() local595 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 …]
427 ngx_http_charset_loc_conf_t *lcf; in ngx_http_source_charset() local435 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() local1528 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()
264 ngx_http_log_loc_conf_t *lcf; in ngx_http_log_handler() local269 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()