Home
last modified time | relevance | path

Searched defs:src (Results 1 – 17 of 17) sorted by relevance

/curl/lib/
H A Dstrdup.c70 wchar_t *Curl_wcsdup(const wchar_t *src) in Curl_wcsdup()
91 void *Curl_memdup(const void *src, size_t length) in Curl_memdup()
112 void *Curl_memdup0(const char *src, size_t length) in Curl_memdup0()
H A Dinet_ntop.c61 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()
193 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size) in Curl_inet_ntop()
H A Dinet_pton.c75 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 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 Daltsvc.h46 struct althost src; member
H A Dbase64.c76 CURLcode Curl_base64_decode(const char *src, in Curl_base64_decode()
H A Descape.c216 void Curl_hexencode(const unsigned char *src, size_t len, /* input length */ in Curl_hexencode()
H A Dcurl_ntlm_core.c398 static void ascii_to_unicode_le(unsigned char *dest, const char *src, in ascii_to_unicode_le()
411 const char *src, size_t srclen) in ascii_uppercase_to_unicode_le()
H A Dversion.c128 const char *src[VERSION_PARTS]; in curl_version() local
H A Deasy.c835 static CURLcode dupset(struct Curl_easy *dst, struct Curl_easy *src) in dupset()
H A Dcookie.c1340 static struct Cookie *dup_cookie(struct Cookie *src) in dup_cookie()
H A Dmime.c288 const char *src, enum mimestrategy strategy) in escape_string()
1201 curl_mimepart *dst, const curl_mimepart *src) in Curl_mime_duppart()
H A Dcontent_encoding.c665 const uint8_t *src = (const uint8_t *) buf; in brotli_do_write() local
H A Durlapi.c1386 #define DUP(dest, src, name) \ argument
/curl/lib/vauth/
H A Dntlm.c310 static void unicodecpy(unsigned char *dest, const char *src, size_t length) in unicodecpy()
/curl/lib/vtls/
H A Dvtls.c101 struct curl_blob *src) in blobdup()
364 struct ssl_primary_config *src, *dest; in Curl_ssl_conn_config_update() local
/curl/tests/server/
H A Dsws.c2288 char *src = (char *) (all_sockets + socket_idx + 1); in main() local

Completed in 153 milliseconds