Home
last modified time | relevance | path

Searched refs:ngx_strstr (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_browser_module.c286 name = (u_char *) ngx_strstr(name, modern[i].name); in ngx_http_browser()
368 && ngx_strstr(ua, ancient[i].data) != NULL) in ngx_http_browser()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h60 #define ngx_strstr(s1, s2) strstr((const char *) s1, (const char *) s2) macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c4278 if (ngx_strstr(value[1].data, "$document_root") in ngx_http_core_root()
4279 || ngx_strstr(value[1].data, "${document_root}")) in ngx_http_core_root()
4289 if (ngx_strstr(value[1].data, "$realpath_root") in ngx_http_core_root()
4290 || ngx_strstr(value[1].data, "${realpath_root}")) in ngx_http_core_root()