Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_slice_filter_module.c108 ngx_http_slice_loc_conf_t *slcf; in ngx_http_slice_header_filter() local
197 ctx->start = slcf->size in ngx_http_slice_header_filter()
218 ngx_http_slice_loc_conf_t *slcf; in ngx_http_slice_body_filter() local
395 ngx_http_slice_loc_conf_t *slcf; in ngx_http_slice_range_variable() local
407 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() local
496 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 …]
H A Dngx_http_sub_filter_module.c178 ngx_http_sub_loc_conf_t *slcf; in ngx_http_sub_header_filter() local
182 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 …]
H A Dngx_http_ssi_filter_module.c333 ngx_http_ssi_loc_conf_t *slcf; in ngx_http_ssi_header_filter() local
337 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() local
829 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() local
2873 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 …]