Searched refs:user_agent (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_browser_module.c | 264 if (r->headers_in.user_agent == NULL) { in ngx_http_browser() 272 ua = r->headers_in.user_agent->value.data; in ngx_http_browser() 273 len = r->headers_in.user_agent->value.len; in ngx_http_browser()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.c | 1811 u_char *user_agent, *msie; in ngx_http_process_user_agent() local 1813 if (r->headers_in.user_agent) { in ngx_http_process_user_agent() 1817 r->headers_in.user_agent = h; in ngx_http_process_user_agent() 1821 user_agent = h->value.data; in ngx_http_process_user_agent() 1823 msie = ngx_strstrn(user_agent, "MSIE ", 5 - 1); in ngx_http_process_user_agent() 1825 if (msie && msie + 7 < user_agent + h->value.len) { in ngx_http_process_user_agent() 1852 if (ngx_strstrn(user_agent, "Opera", 5 - 1)) { in ngx_http_process_user_agent() 1860 if (ngx_strstrn(user_agent, "Gecko/", 6 - 1)) { in ngx_http_process_user_agent() 1863 } else if (ngx_strstrn(user_agent, "Chrome/", 7 - 1)) { in ngx_http_process_user_agent() 1866 } else if (ngx_strstrn(user_agent, "Safari/", 7 - 1) in ngx_http_process_user_agent() [all …]
|
| H A D | ngx_http_request.h | 190 ngx_table_elt_t *user_agent; member
|
| H A D | ngx_http_core_module.c | 2079 if (clcf->gzip_disable && r->headers_in.user_agent) { in ngx_http_gzip_ok() 2082 &r->headers_in.user_agent->value, in ngx_http_gzip_ok()
|
| H A D | ngx_http_variables.c | 168 offsetof(ngx_http_request_t, headers_in.user_agent), 0, 0 },
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 48 offsetof(ngx_http_headers_in_t, user_agent) },
|
| H A D | ngx_http_v2.c | 223 offsetof(ngx_http_headers_in_t, user_agent), 0, NULL },
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 2300 syn keyword ngxDirectiveThirdParty contained user_agent
|