Searched defs:dst (Results 1 – 8 of 8) sorted by relevance
/curl/lib/ |
H A D | inet_pton.c | 75 Curl_inet_pton(int af, const char *src, void *dst) in Curl_inet_pton() 100 inet_pton4(const char *src, unsigned char *dst) in inet_pton4() 158 inet_pton6(const char *src, unsigned char *dst) in inet_pton6()
|
H A D | inet_ntop.c | 61 static char *inet_ntop4(const unsigned char *src, char *dst, size_t size) in inet_ntop4() 87 static char *inet_ntop6(const unsigned char *src, char *dst, size_t size) in inet_ntop6()
|
H A D | altsvc.h | 47 struct althost dst; member
|
H A D | http_aws_sigv4.c | 65 static void sha256_to_hex(char *dst, unsigned char *sha) in sha256_to_hex()
|
H A D | easy.c | 865 static CURLcode dupset(struct Curl_easy *dst, struct Curl_easy *src) in dupset()
|
H A D | content_encoding.c | 667 uint8_t *dst; in brotli_do_write() local
|
H A D | mime.c | 1203 curl_mimepart *dst, const curl_mimepart *src) in Curl_mime_duppart()
|
/curl/tests/server/ |
H A D | sws.c | 2333 char *dst = (char *) (all_sockets + socket_idx); in main() local
|
Completed in 25 milliseconds