Searched refs:slcf (Results 1 – 3 of 3) sorted by relevance
108 ngx_http_slice_loc_conf_t *slcf; in ngx_http_slice_header_filter() local197 ctx->start = slcf->size in ngx_http_slice_header_filter()218 ngx_http_slice_loc_conf_t *slcf; in ngx_http_slice_body_filter() local395 ngx_http_slice_loc_conf_t *slcf; in ngx_http_slice_range_variable() local407 if (slcf->size == 0) { in ngx_http_slice_range_variable()424 ctx->start = slcf->size * (ngx_http_slice_get_start(r) / slcf->size); in ngx_http_slice_range_variable()494 ngx_http_slice_loc_conf_t *slcf; in ngx_http_slice_create_loc_conf() local496 slcf = ngx_palloc(cf->pool, sizeof(ngx_http_slice_loc_conf_t)); in ngx_http_slice_create_loc_conf()497 if (slcf == NULL) { in ngx_http_slice_create_loc_conf()501 slcf->size = NGX_CONF_UNSET_SIZE; in ngx_http_slice_create_loc_conf()[all …]
178 ngx_http_sub_loc_conf_t *slcf; in ngx_http_sub_header_filter() local182 if (slcf->pairs == NULL in ngx_http_sub_header_filter()194 if (slcf->dynamic == 0) { in ngx_http_sub_header_filter()195 ctx->tables = slcf->tables; in ngx_http_sub_header_filter()199 pairs = slcf->pairs->elts; in ngx_http_sub_header_filter()200 n = slcf->pairs->nelts; in ngx_http_sub_header_filter()804 if (slcf->pairs == NULL) { in ngx_http_sub_filter()836 slcf->dynamic = 1; in ngx_http_sub_filter()863 if (slcf == NULL) { in ngx_http_sub_create_conf()878 slcf->once = NGX_CONF_UNSET; in ngx_http_sub_create_conf()[all …]
333 ngx_http_ssi_loc_conf_t *slcf; in ngx_http_ssi_header_filter() local337 if (!slcf->enable in ngx_http_ssi_header_filter()352 ctx->value_len = slcf->value_len; in ngx_http_ssi_header_filter()375 if (!slcf->last_modified) { in ngx_http_ssi_header_filter()401 ngx_http_ssi_loc_conf_t *slcf; in ngx_http_ssi_body_filter() local829 if (slcf->silent_errors) { in ngx_http_ssi_body_filter()2870 ngx_http_ssi_loc_conf_t *slcf; in ngx_http_ssi_create_loc_conf() local2873 if (slcf == NULL) { in ngx_http_ssi_create_loc_conf()2884 slcf->enable = NGX_CONF_UNSET; in ngx_http_ssi_create_loc_conf()2885 slcf->silent_errors = NGX_CONF_UNSET; in ngx_http_ssi_create_loc_conf()[all …]