Home
last modified time | relevance | path

Searched refs:Curl_memdup (Results 1 – 10 of 10) sorted by relevance

/curl/lib/
H A Dstrdup.c77 return (wchar_t *)Curl_memdup(src, (length + 1) * sizeof(wchar_t)); in Curl_wcsdup()
91 void *Curl_memdup(const void *src, size_t length) in Curl_memdup() function
H A Dstrdup.h34 void *Curl_memdup(const void *src, size_t buffer_length);
H A Ddoh.c576 h->val = Curl_memdup(&doh[index], len); in doh_store_https()
1191 lhrr->val = Curl_memdup(rrval, len); in doh_resp_decode_httpsrr()
1218 lhrr->ipv4hints = Curl_memdup(cp, plen); in doh_resp_decode_httpsrr()
1226 lhrr->echconfiglist = Curl_memdup(cp, plen); in doh_resp_decode_httpsrr()
1234 lhrr->ipv6hints = Curl_memdup(cp, plen); in doh_resp_decode_httpsrr()
H A Dsocks_gssapi.c143 service.value = Curl_memdup(serviceptr, service.length); in Curl_SOCKS5_gssapi_negotiate()
392 gss_send_token.value = Curl_memdup(&gss_enc, 1); in Curl_SOCKS5_gssapi_negotiate()
H A Dmd4.c202 ctx->data = Curl_memdup(data, size); in MD4_Update()
H A Dformdata.c625 form->value = Curl_memdup(form->value, clen); in FormAdd()
H A Dmqtt.c130 char *sendleftovers = Curl_memdup(&buf[n], nsend); in mqtt_send()
H A Deasy.c900 dst->set.str[i] = Curl_memdup(src->set.str[i], in dupset()
/curl/lib/vauth/
H A Dntlm.c184 ntlm->target_info = Curl_memdup(&type2[target_info_offset], in ntlm_decode_type2_target()
H A Ddigest_sspi.c366 digest->input_token = (BYTE *) Curl_memdup(chlg, chlglen + 1); in Curl_auth_decode_digest_http_message()

Completed in 40 milliseconds