ancient_browser_value   50 http/modules/ngx_http_browser_module.c     ngx_http_variable_value_t  *ancient_browser_value;
ancient_browser_value  247 http/modules/ngx_http_browser_module.c         *v = *cf->ancient_browser_value;
ancient_browser_value  515 http/modules/ngx_http_browser_module.c     if (conf->ancient_browser_value == NULL) {
ancient_browser_value  516 http/modules/ngx_http_browser_module.c         conf->ancient_browser_value = prev->ancient_browser_value;
ancient_browser_value  519 http/modules/ngx_http_browser_module.c     if (conf->ancient_browser_value == NULL) {
ancient_browser_value  520 http/modules/ngx_http_browser_module.c         conf->ancient_browser_value = &ngx_http_variable_true_value;
ancient_browser_value  697 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value = ngx_palloc(cf->pool,
ancient_browser_value  699 http/modules/ngx_http_browser_module.c     if (bcf->ancient_browser_value == NULL) {
ancient_browser_value  705 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value->len = value[1].len;
ancient_browser_value  706 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value->valid = 1;
ancient_browser_value  707 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value->no_cacheable = 0;
ancient_browser_value  708 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value->not_found = 0;
ancient_browser_value  709 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value->data = value[1].data;