Home
last modified time | relevance | path

Searched refs:ngx_path_separator (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c1839 && (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()
H A Dngx_http_request.c2115 if (ngx_path_separator(ch)) { in ngx_http_validate_host()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h201 #define ngx_path_separator(c) ((c) == '/') macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c941 if (len && !ngx_path_separator(p[len - 1])) { in ngx_process_options()
1007 if (ngx_path_separator(*p)) { in ngx_process_options()
H A Dngx_log.c368 if (!ngx_path_separator(*(p - 1))) {
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c919 if (!ngx_path_separator(path->data[0])) { in ngx_http_v2_push_resource()