hcf               461 http/modules/ngx_http_headers_filter_module.c     ngx_http_headers_conf_t *hcf = conf;
hcf               466 http/modules/ngx_http_headers_filter_module.c     if (hcf->expires != NGX_CONF_UNSET_UINT) {
hcf               475 http/modules/ngx_http_headers_filter_module.c             hcf->expires = NGX_HTTP_EXPIRES_EPOCH;
hcf               480 http/modules/ngx_http_headers_filter_module.c             hcf->expires = NGX_HTTP_EXPIRES_MAX;
hcf               485 http/modules/ngx_http_headers_filter_module.c             hcf->expires = NGX_HTTP_EXPIRES_OFF;
hcf               489 http/modules/ngx_http_headers_filter_module.c         hcf->expires = NGX_HTTP_EXPIRES_ACCESS;
hcf               499 http/modules/ngx_http_headers_filter_module.c         hcf->expires = NGX_HTTP_EXPIRES_MODIFIED;
hcf               509 http/modules/ngx_http_headers_filter_module.c         if (hcf->expires == NGX_HTTP_EXPIRES_MODIFIED) {
hcf               513 http/modules/ngx_http_headers_filter_module.c         hcf->expires = NGX_HTTP_EXPIRES_DAILY;
hcf               529 http/modules/ngx_http_headers_filter_module.c     hcf->expires_time = ngx_parse_time(&value[n], 1);
hcf               531 http/modules/ngx_http_headers_filter_module.c     if (hcf->expires_time == NGX_ERROR) {
hcf               535 http/modules/ngx_http_headers_filter_module.c     if (hcf->expires == NGX_HTTP_EXPIRES_DAILY
hcf               536 http/modules/ngx_http_headers_filter_module.c         && hcf->expires_time > 24 * 60 * 60)
hcf               541 http/modules/ngx_http_headers_filter_module.c     if (hcf->expires_time == NGX_PARSE_LARGE_TIME) {
hcf               546 http/modules/ngx_http_headers_filter_module.c         hcf->expires_time = - hcf->expires_time;
hcf               556 http/modules/ngx_http_headers_filter_module.c     ngx_http_headers_conf_t *hcf = conf;
hcf               566 http/modules/ngx_http_headers_filter_module.c     if (hcf->headers == NULL) {
hcf               567 http/modules/ngx_http_headers_filter_module.c         hcf->headers = ngx_array_create(cf->pool, 1,
hcf               569 http/modules/ngx_http_headers_filter_module.c         if (hcf->headers == NULL) {
hcf               574 http/modules/ngx_http_headers_filter_module.c     hv = ngx_array_push(hcf->headers);