Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 12 of 12) sorted by relevance

/curl/lib/
H A Dstrcase.c149 void Curl_strntoupper(char *dest, const char *src, size_t n) in Curl_strntoupper()
164 void Curl_strntolower(char *dest, const char *src, size_t n) in Curl_strntolower()
H A Dcurl_ntlm_core.c402 static void ascii_to_unicode_le(unsigned char *dest, const char *src, in ascii_to_unicode_le()
414 static void ascii_uppercase_to_unicode_le(unsigned char *dest, in ascii_uppercase_to_unicode_le()
H A Durlapi.c615 char dest[16]; /* fits a binary IPv6 address */ in ipv6_parse() local
1383 #define DUP(dest, src, name) \ argument
H A Dconncache.c79 char *dest[1]; /* destination of bundle, allocated to keep dest_len bytes */ member
104 static struct cpool_bundle *cpool_bundle_create(const char *dest, in cpool_bundle_create()
H A Dsocks.c837 char dest[MAX_IPADR_LEN]; /* printable address */ in do_SOCKS5() local
H A Dcf-socket.c309 void Curl_sock_assign_addr(struct Curl_sockaddr_ex *dest, in Curl_sock_assign_addr()
H A Dftp.c1361 char *dest = target; in ftp_state_use_port() local
/curl/docs/examples/
H A Dpost-callback.c46 static size_t read_callback(char *dest, size_t size, size_t nmemb, void *userp) in read_callback()
/curl/lib/vauth/
H A Ddigest.c147 unsigned char *dest) /* 33 bytes */ in auth_digest_md5_to_ascii()
156 unsigned char *dest) /* 65 bytes */ in auth_digest_sha256_to_ascii()
166 char *dest; in auth_digest_string_quoted() local
H A Dntlm.c306 static void unicodecpy(unsigned char *dest, const char *src, size_t length) in unicodecpy()
/curl/lib/vtls/
H A Dvtls.c103 static CURLcode blobdup(struct curl_blob **dest, in blobdup()
232 struct ssl_primary_config *dest) in clone_ssl_primary_config()
372 struct ssl_primary_config *src, *dest; in Curl_ssl_conn_config_update() local
/curl/lib/vquic/
H A Dcurl_ngtcp2.c683 static void cb_rand(uint8_t *dest, size_t destlen, in cb_rand()

Completed in 66 milliseconds