Searched defs:dst (Results 1 – 9 of 9) sorted by relevance
/libuv/src/ |
H A D | inet.c | 35 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 D | uv-common.c | 300 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 D | test-ip4-addr.c | 31 char dst[16]; in TEST_IMPL() local
|
H A D | test-ip-name.c | 36 char dst[INET6_ADDRSTRLEN]; in TEST_IMPL() local
|
H A D | test-udp-ipv6.c | 90 char dst[256]; in is_from_client() local 151 char dst[256]; in do_test() local
|
H A D | test-fs-copyfile.c | 37 static const char dst[] = "test_file_dst"; variable
|
/libuv/src/unix/ |
H A D | ibmi.c | 155 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 D | fs.c | 1449 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat()
|
/libuv/src/win/ |
H A D | process.c | 523 WCHAR* dst = NULL; in make_program_args() local 646 WCHAR* dst; in make_program_env() local
|
Completed in 22 milliseconds