ccp 185 http/modules/ngx_http_headers_filter_module.c ngx_table_elt_t *expires, *cc, **ccp; ccp 205 http/modules/ngx_http_headers_filter_module.c ccp = r->headers_out.cache_control.elts; ccp 207 http/modules/ngx_http_headers_filter_module.c if (ccp == NULL) { ccp 216 http/modules/ngx_http_headers_filter_module.c ccp = ngx_array_push(&r->headers_out.cache_control); ccp 217 http/modules/ngx_http_headers_filter_module.c if (ccp == NULL) { ccp 228 http/modules/ngx_http_headers_filter_module.c *ccp = cc; ccp 232 http/modules/ngx_http_headers_filter_module.c ccp[i]->hash = 0; ccp 235 http/modules/ngx_http_headers_filter_module.c cc = ccp[0]; ccp 325 http/modules/ngx_http_headers_filter_module.c ngx_table_elt_t *cc, **ccp; ccp 327 http/modules/ngx_http_headers_filter_module.c ccp = r->headers_out.cache_control.elts; ccp 329 http/modules/ngx_http_headers_filter_module.c if (ccp == NULL) { ccp 339 http/modules/ngx_http_headers_filter_module.c ccp = ngx_array_push(&r->headers_out.cache_control); ccp 340 http/modules/ngx_http_headers_filter_module.c if (ccp == NULL) { ccp 353 http/modules/ngx_http_headers_filter_module.c *ccp = cc;