accept_ranges     221 http/modules/ngx_http_range_filter_module.c     r->headers_out.accept_ranges = ngx_list_push(&r->headers_out.headers);
accept_ranges     222 http/modules/ngx_http_range_filter_module.c     if (r->headers_out.accept_ranges == NULL) {
accept_ranges     226 http/modules/ngx_http_range_filter_module.c     r->headers_out.accept_ranges->hash = 1;
accept_ranges     227 http/modules/ngx_http_range_filter_module.c     ngx_str_set(&r->headers_out.accept_ranges->key, "Accept-Ranges");
accept_ranges     228 http/modules/ngx_http_range_filter_module.c     ngx_str_set(&r->headers_out.accept_ranges->value, "bytes");
accept_ranges     512 http/ngx_http_core_module.h     if (r->headers_out.accept_ranges) {                                       \
accept_ranges     513 http/ngx_http_core_module.h         r->headers_out.accept_ranges->hash = 0;                               \
accept_ranges     514 http/ngx_http_core_module.h         r->headers_out.accept_ranges = NULL;                                  \
accept_ranges     143 http/ngx_http_header_filter_module.c                  offsetof(ngx_http_headers_out_t, accept_ranges) },
accept_ranges     248 http/ngx_http_request.h     ngx_table_elt_t                  *accept_ranges;
accept_ranges     213 http/ngx_http_upstream.c                  offsetof(ngx_http_upstream_headers_in_t, accept_ranges),
accept_ranges     215 http/ngx_http_upstream.c                  offsetof(ngx_http_headers_out_t, accept_ranges), 1 },
accept_ranges    3588 http/ngx_http_upstream.c     r->headers_out.accept_ranges = ho;
accept_ranges     217 http/ngx_http_upstream.h     ngx_table_elt_t                 *accept_ranges;