lcf               422 http/modules/ngx_http_charset_filter_module.c     ngx_http_charset_loc_conf_t   *lcf;
lcf               430 http/modules/ngx_http_charset_filter_module.c     lcf = ngx_http_get_module_loc_conf(r, ngx_http_charset_filter_module);
lcf               432 http/modules/ngx_http_charset_filter_module.c     charset = lcf->source_charset;
lcf              1521 http/modules/ngx_http_charset_filter_module.c     ngx_http_charset_loc_conf_t  *lcf;
lcf              1523 http/modules/ngx_http_charset_filter_module.c     lcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_charset_loc_conf_t));
lcf              1524 http/modules/ngx_http_charset_filter_module.c     if (lcf == NULL) {
lcf              1535 http/modules/ngx_http_charset_filter_module.c     lcf->charset = NGX_CONF_UNSET;
lcf              1536 http/modules/ngx_http_charset_filter_module.c     lcf->source_charset = NGX_CONF_UNSET;
lcf              1537 http/modules/ngx_http_charset_filter_module.c     lcf->override_charset = NGX_CONF_UNSET;
lcf              1539 http/modules/ngx_http_charset_filter_module.c     return lcf;
lcf               225 http/modules/ngx_http_log_module.c     ngx_http_log_loc_conf_t  *lcf;
lcf               230 http/modules/ngx_http_log_module.c     lcf = ngx_http_get_module_loc_conf(r, ngx_http_log_module);
lcf               232 http/modules/ngx_http_log_module.c     if (lcf->off) {
lcf               236 http/modules/ngx_http_log_module.c     log = lcf->logs->elts;
lcf               237 http/modules/ngx_http_log_module.c     for (l = 0; l < lcf->logs->nelts; l++) {
lcf                34 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t *lcf);
lcf                36 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t *lcf, ngx_str_t *value);
lcf                40 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t *lcf, ngx_str_t *value);
lcf               295 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t  *lcf = conf;
lcf               306 http/modules/ngx_http_rewrite_module.c     regex = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               383 http/modules/ngx_http_rewrite_module.c     sc.values = &lcf->codes;
lcf               402 http/modules/ngx_http_rewrite_module.c     regex_end = ngx_http_script_add_code(lcf->codes,
lcf               416 http/modules/ngx_http_rewrite_module.c         code = ngx_http_script_add_code(lcf->codes, sizeof(uintptr_t), &regex);
lcf               424 http/modules/ngx_http_rewrite_module.c     regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
lcf               434 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t  *lcf = conf;
lcf               441 http/modules/ngx_http_rewrite_module.c     ret = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               499 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t *lcf = conf;
lcf               503 http/modules/ngx_http_rewrite_module.c     code = ngx_http_script_start_code(cf->pool, &lcf->codes, sizeof(uintptr_t));
lcf               517 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t  *lcf = conf;
lcf               573 http/modules/ngx_http_rewrite_module.c     if (ngx_http_rewrite_if_condition(cf, lcf) != NGX_CONF_OK) {
lcf               577 http/modules/ngx_http_rewrite_module.c     if_code = ngx_array_push_n(lcf->codes, sizeof(ngx_http_script_if_code_t));
lcf               584 http/modules/ngx_http_rewrite_module.c     elts = lcf->codes->elts;
lcf               590 http/modules/ngx_http_rewrite_module.c     nlcf->codes = lcf->codes;
lcf               614 http/modules/ngx_http_rewrite_module.c     if (elts != lcf->codes->elts) {
lcf               616 http/modules/ngx_http_rewrite_module.c                    ((u_char *) if_code + ((u_char *) lcf->codes->elts - elts));
lcf               619 http/modules/ngx_http_rewrite_module.c     if_code->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
lcf               631 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_if_condition(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf)
lcf               686 http/modules/ngx_http_rewrite_module.c         if (ngx_http_rewrite_variable(cf, lcf, &value[cur]) != NGX_CONF_OK) {
lcf               701 http/modules/ngx_http_rewrite_module.c             if (ngx_http_rewrite_value(cf, lcf, &value[last]) != NGX_CONF_OK) {
lcf               705 http/modules/ngx_http_rewrite_module.c             code = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               718 http/modules/ngx_http_rewrite_module.c             if (ngx_http_rewrite_value(cf, lcf, &value[last]) != NGX_CONF_OK) {
lcf               722 http/modules/ngx_http_rewrite_module.c             code = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               737 http/modules/ngx_http_rewrite_module.c             regex = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               784 http/modules/ngx_http_rewrite_module.c         if (ngx_http_rewrite_value(cf, lcf, &value[last]) != NGX_CONF_OK) {
lcf               788 http/modules/ngx_http_rewrite_module.c         fop = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               851 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_variable(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf,
lcf               866 http/modules/ngx_http_rewrite_module.c     var_code = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               882 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t  *lcf = conf;
lcf               920 http/modules/ngx_http_rewrite_module.c     if (ngx_http_rewrite_value(cf, lcf, &value[2]) != NGX_CONF_OK) {
lcf               925 http/modules/ngx_http_rewrite_module.c         vhcode = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               938 http/modules/ngx_http_rewrite_module.c     vcode = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               952 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_value(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf,
lcf               963 http/modules/ngx_http_rewrite_module.c         val = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               983 http/modules/ngx_http_rewrite_module.c     complex = ngx_http_script_start_code(cf->pool, &lcf->codes,
lcf               997 http/modules/ngx_http_rewrite_module.c     sc.values = &lcf->codes;