Searched refs:nxt_memcpy_lowcase (Results 1 – 6 of 6) sorted by relevance
/unit/src/ |
H A D | nxt_string.h | 48 NXT_EXPORT void nxt_memcpy_lowcase(u_char *dst, const u_char *src,
|
H A D | nxt_openssl.c | 888 nxt_memcpy_lowcase(domain.start, str.start, str.length); 926 nxt_memcpy_lowcase(domain.start, domain.start, domain.length); 1073 nxt_memcpy_lowcase(str.start, (const u_char *) servername, str.length);
|
H A D | nxt_string.c | 87 nxt_memcpy_lowcase(u_char *dst, const u_char *src, size_t length) in nxt_memcpy_lowcase() function
|
H A D | nxt_http_request.c | 192 nxt_memcpy_lowcase(host->start, h, host_length); in nxt_http_validate_host()
|
H A D | nxt_runtime.c | 1173 nxt_memcpy_lowcase(rt->hostname.start, (u_char *) hostname, length); in nxt_runtime_hostname()
|
H A D | nxt_http_route.c | 1187 nxt_memcpy_lowcase(start, test->start, test->length); in nxt_http_route_pattern_slice()
|