ua                260 http/modules/ngx_http_browser_module.c     u_char                     *name, *ua, *last, c;
ua                273 http/modules/ngx_http_browser_module.c     ua = r->headers_in.user_agent->value.data;
ua                275 http/modules/ngx_http_browser_module.c     last = ua + len;
ua                281 http/modules/ngx_http_browser_module.c             name = ua + modern[i].skip;
ua                357 http/modules/ngx_http_browser_module.c             && ngx_strncmp(ua, "Mozilla/", sizeof("Mozilla/") - 1) == 0
ua                358 http/modules/ngx_http_browser_module.c             && ua[8] > '0' && ua[8] < '5')
ua                369 http/modules/ngx_http_browser_module.c                 && ngx_strstr(ua, ancient[i].data) != NULL)