Searched refs:ngx_path_separator (Results 1 – 6 of 6) sorted by relevance
1839 && (len == 2 || ngx_path_separator(p[2]))) in ngx_http_parse_unsafe_uri()1869 if (ngx_path_separator(ch) && len > 2) { in ngx_http_parse_unsafe_uri()1874 && (len == 3 || ngx_path_separator(p[2]))) in ngx_http_parse_unsafe_uri()1905 && (len == 2 || ngx_path_separator(p[2]))) in ngx_http_parse_unsafe_uri()1918 if (ngx_path_separator(ch) && len > 2) { in ngx_http_parse_unsafe_uri()1923 && (len == 3 || ngx_path_separator(p[2]))) in ngx_http_parse_unsafe_uri()
2115 if (ngx_path_separator(ch)) { in ngx_http_validate_host()
201 #define ngx_path_separator(c) ((c) == '/') macro
941 if (len && !ngx_path_separator(p[len - 1])) { in ngx_process_options()1007 if (ngx_path_separator(*p)) { in ngx_process_options()
368 if (!ngx_path_separator(*(p - 1))) {
919 if (!ngx_path_separator(path->data[0])) { in ngx_http_v2_push_resource()