ancient_browsers   48 http/modules/ngx_http_browser_module.c     ngx_array_t                *ancient_browsers;
ancient_browsers  364 http/modules/ngx_http_browser_module.c     if (cf->ancient_browsers) {
ancient_browsers  365 http/modules/ngx_http_browser_module.c         ancient = cf->ancient_browsers->elts;
ancient_browsers  367 http/modules/ngx_http_browser_module.c         for (i = 0; i < cf->ancient_browsers->nelts; i++) {
ancient_browsers  503 http/modules/ngx_http_browser_module.c     if (conf->ancient_browsers == NULL) {
ancient_browsers  504 http/modules/ngx_http_browser_module.c         conf->ancient_browsers = prev->ancient_browsers;
ancient_browsers  645 http/modules/ngx_http_browser_module.c         if (bcf->ancient_browsers == NULL) {
ancient_browsers  646 http/modules/ngx_http_browser_module.c             bcf->ancient_browsers = ngx_array_create(cf->pool, 4,
ancient_browsers  648 http/modules/ngx_http_browser_module.c             if (bcf->ancient_browsers == NULL) {
ancient_browsers  653 http/modules/ngx_http_browser_module.c         browser = ngx_array_push(bcf->ancient_browsers);