Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 9 of 9) sorted by relevance

/libuv/src/
H A Dinet.c35 int uv_inet_ntop(int af, const void* src, char* dst, size_t size) { in uv_inet_ntop()
48 static int inet_ntop4(const unsigned char *src, char *dst, size_t size) { in inet_ntop4()
62 static int inet_ntop6(const unsigned char *src, char *dst, size_t size) { in inet_ntop6()
146 int uv_inet_pton(int af, const char* src, void* dst) { in uv_inet_pton()
175 static int inet_pton4(const char *src, unsigned char *dst) { in inet_pton4()
214 static int inet_pton6(const char *src, unsigned char *dst) { in inet_pton6()
H A Duv-common.c300 int uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size) { in uv_ip4_name()
305 int uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size) { in uv_ip6_name()
310 int uv_ip_name(const struct sockaddr *src, char *dst, size_t size) { in uv_ip_name()
/libuv/test/
H A Dtest-ip4-addr.c31 char dst[16]; in TEST_IMPL() local
H A Dtest-ip-name.c36 char dst[INET6_ADDRSTRLEN]; in TEST_IMPL() local
H A Dtest-udp-ipv6.c90 char dst[256]; in is_from_client() local
151 char dst[256]; in do_test() local
H A Dtest-fs-copyfile.c37 static const char dst[] = "test_file_dst"; variable
/libuv/src/unix/
H A Dibmi.c155 static void iconv_e2a(unsigned char src[], unsigned char dst[], size_t length) { in iconv_e2a()
162 static void iconv_a2e(const char* src, unsigned char dst[], size_t length) { in iconv_a2e()
H A Dfs.c1444 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat()
/libuv/src/win/
H A Dprocess.c523 WCHAR* dst = NULL; in make_program_args() local
646 WCHAR* dst; in make_program_env() local

Completed in 27 milliseconds