Home
last modified time | relevance | path

Searched refs:max_ranges (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_range_filter_module.c166 if (clcf->max_ranges == 0) { in ngx_http_range_header_filter()
227 ranges = r->single_range ? 1 : clcf->max_ranges; in ngx_http_range_header_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h379 ngx_uint_t max_ranges; /* max_ranges */ member
H A Dngx_http_core_module.c641 offsetof(ngx_http_core_loc_conf_t, max_ranges),
3418 clcf->max_ranges = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()
3636 ngx_conf_merge_uint_value(conf->max_ranges, prev->max_ranges, in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2977 *) Добавление: директива max_ranges.
H A DCHANGES2919 *) Feature: the "max_ranges" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim370 syn keyword ngxDirective contained max_ranges