cc                185 http/modules/ngx_http_headers_filter_module.c     ngx_table_elt_t  *expires, *cc, **ccp;
cc                221 http/modules/ngx_http_headers_filter_module.c         cc = ngx_list_push(&r->headers_out.headers);
cc                222 http/modules/ngx_http_headers_filter_module.c         if (cc == NULL) {
cc                226 http/modules/ngx_http_headers_filter_module.c         cc->hash = 1;
cc                227 http/modules/ngx_http_headers_filter_module.c         ngx_str_set(&cc->key, "Cache-Control");
cc                228 http/modules/ngx_http_headers_filter_module.c         *ccp = cc;
cc                235 http/modules/ngx_http_headers_filter_module.c         cc = ccp[0];
cc                240 http/modules/ngx_http_headers_filter_module.c         ngx_str_set(&cc->value, "no-cache");
cc                247 http/modules/ngx_http_headers_filter_module.c         ngx_str_set(&cc->value, "max-age=315360000");
cc                259 http/modules/ngx_http_headers_filter_module.c         ngx_str_set(&cc->value, "max-age=0");
cc                283 http/modules/ngx_http_headers_filter_module.c         ngx_str_set(&cc->value, "no-cache");
cc                287 http/modules/ngx_http_headers_filter_module.c     cc->value.data = ngx_pnalloc(r->pool,
cc                289 http/modules/ngx_http_headers_filter_module.c     if (cc->value.data == NULL) {
cc                293 http/modules/ngx_http_headers_filter_module.c     cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T", max_age)
cc                294 http/modules/ngx_http_headers_filter_module.c                     - cc->value.data;
cc                325 http/modules/ngx_http_headers_filter_module.c     ngx_table_elt_t  *cc, **ccp;
cc                344 http/modules/ngx_http_headers_filter_module.c     cc = ngx_list_push(&r->headers_out.headers);
cc                345 http/modules/ngx_http_headers_filter_module.c     if (cc == NULL) {
cc                349 http/modules/ngx_http_headers_filter_module.c     cc->hash = 1;
cc                350 http/modules/ngx_http_headers_filter_module.c     ngx_str_set(&cc->key, "Cache-Control");
cc                351 http/modules/ngx_http_headers_filter_module.c     cc->value = *value;
cc                353 http/modules/ngx_http_headers_filter_module.c     *ccp = cc;
cc               2018 http/ngx_http_core_module.c     ngx_array_t               *cc;
cc               2101 http/ngx_http_core_module.c     cc = &r->headers_out.cache_control;
cc               2103 http/ngx_http_core_module.c     if (cc->elts) {
cc               2106 http/ngx_http_core_module.c             && ngx_http_parse_multi_header_lines(cc, &ngx_http_gzip_no_cache,
cc               2114 http/ngx_http_core_module.c             && ngx_http_parse_multi_header_lines(cc, &ngx_http_gzip_no_store,
cc               2122 http/ngx_http_core_module.c             && ngx_http_parse_multi_header_lines(cc, &ngx_http_gzip_private,