Searched refs:nxt_is_complex_uri_encoded (Results 1 – 3 of 3) sorted by relevance
156 if (nxt_is_complex_uri_encoded(location->start, location->length)) { in nxt_http_return_encode()
160 NXT_EXPORT nxt_bool_t nxt_is_complex_uri_encoded(u_char *s, size_t length);
706 nxt_is_complex_uri_encoded(u_char *src, size_t length) in nxt_is_complex_uri_encoded() function