Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 20 of 20) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_COPYPOSTFIELDS.md33 original data is instead copied by the library, allowing the application to
36 Because data is copied, care must be taken when using this option in
H A DCURLMOPT_PIPELINING_SITE_BL.md34 support HTTP pipelining. The array is copied by libcurl.
H A DCURLMOPT_PIPELINING_SERVER_BL.md35 pipelining. The array is copied by libcurl.
H A DCURLOPT_POSTFIELDS.md39 The data pointed to is NOT copied by the library: as a consequence, it must be
/curl/docs/libcurl/
H A Dcurl_mime_name.md39 The name string is copied into the part, thus the associated storage may
H A Dcurl_mime_data.md39 *data* points to the data that gets copied by this function. The storage
H A Dcurl_mime_filename.md43 The remote filename string is copied into the part, thus the associated
H A Dcurl_mime_type.md39 The mime type string is copied into the part, thus the associated storage may
H A Dcurl_mime_data_cb.md97 the pointed item to be shared between the original and the copied handle. In
H A Dcurl_formadd.md68 contain zero-valued bytes. The copied data is freed by curl_formfree(3).
84 name with **CURLFORM_CONTENTSLENGTH**. The copied data is freed by
H A Dcurl_easy_setopt.md50 Strings passed to libcurl as 'char *' arguments, are copied by the library;
60 Before version 7.17.0, strings were not copied. Instead the user was forced
H A Dcurl_mprintf.md78 (not %), which are copied unchanged to the output stream; and conversion
H A Dlibcurl-security.md328 This deviance makes some URLs copied between browsers (or returned over HTTP
/curl/m4/
H A Dzz50-xc-ovr.m428 dnl provided .m4 macro file that might get copied into this same
H A Dzz60-xc-ovr.m428 dnl provided .m4 macro file that might get copied into this same
H A Dzz40-xc-ovr.m425 dnl provided .m4 macro file that might get copied into this same
/curl/lib/
H A Dhttp2.c2925 ssize_t copied; in Curl_http2_upgrade() local
2927 copied = Curl_bufq_write(&ctx->inbufq, in Curl_http2_upgrade()
2929 if(copied < 0) { in Curl_http2_upgrade()
2933 if((size_t)copied < nread) { in Curl_http2_upgrade()
2936 copied, nread); in Curl_http2_upgrade()
/curl/tests/
H A Druntests.md275 not everything is however perfectly copied in the duplicate. In particular
/curl/projects/
H A Dbuild-openssl.bat499 rem There's no actual installation for legacy OpenSSL, the files are copied
/curl/
H A Dconfigure.ac37 This configure script may be copied, distributed and modified under the

Completed in 451 milliseconds