Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_return.c162 encode = nxt_encode_complex_uri(NULL, location->start, location->length); in nxt_http_return_encode()
170 nxt_encode_complex_uri(encoded->start, location->start, location->length); in nxt_http_return_encode()
H A Dnxt_string.h158 NXT_EXPORT uintptr_t nxt_encode_complex_uri(u_char *dst, u_char *src,
H A Dnxt_string.c642 nxt_encode_complex_uri(u_char *dst, u_char *src, size_t length) in nxt_encode_complex_uri() function