Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_parse.c161 u_char *p, ch, *after_slash, *args; in nxt_http_parse_request_line() local
253 after_slash = p + 1; in nxt_http_parse_request_line()
266 if (nxt_slow_path(after_slash == p)) { in nxt_http_parse_request_line()
271 after_slash = p + 1; in nxt_http_parse_request_line()
275 if (nxt_slow_path(after_slash == p)) { in nxt_http_parse_request_line()