Searched refs:ngx_strstr (Results 1 – 3 of 3) sorted by relevance
286 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()
60 #define ngx_strstr(s1, s2) strstr((const char *) s1, (const char *) s2) macro
4278 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()