Searched refs:copied (Results 1 – 20 of 20) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_COPYPOSTFIELDS.md | 33 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 D | CURLMOPT_PIPELINING_SITE_BL.md | 34 support HTTP pipelining. The array is copied by libcurl.
|
H A D | CURLMOPT_PIPELINING_SERVER_BL.md | 35 pipelining. The array is copied by libcurl.
|
H A D | CURLOPT_POSTFIELDS.md | 39 The data pointed to is NOT copied by the library: as a consequence, it must be
|
/curl/docs/libcurl/ |
H A D | curl_mime_name.md | 39 The name string is copied into the part, thus the associated storage may
|
H A D | curl_mime_data.md | 39 *data* points to the data that gets copied by this function. The storage
|
H A D | curl_mime_filename.md | 43 The remote filename string is copied into the part, thus the associated
|
H A D | curl_mime_type.md | 39 The mime type string is copied into the part, thus the associated storage may
|
H A D | curl_mime_data_cb.md | 97 the pointed item to be shared between the original and the copied handle. In
|
H A D | curl_formadd.md | 68 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 D | curl_easy_setopt.md | 50 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 D | curl_mprintf.md | 78 (not %), which are copied unchanged to the output stream; and conversion
|
H A D | libcurl-security.md | 328 This deviance makes some URLs copied between browsers (or returned over HTTP
|
/curl/m4/ |
H A D | zz50-xc-ovr.m4 | 28 dnl provided .m4 macro file that might get copied into this same
|
H A D | zz60-xc-ovr.m4 | 28 dnl provided .m4 macro file that might get copied into this same
|
H A D | zz40-xc-ovr.m4 | 25 dnl provided .m4 macro file that might get copied into this same
|
/curl/lib/ |
H A D | http2.c | 2925 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 D | runtests.md | 275 not everything is however perfectly copied in the duplicate. In particular
|
/curl/projects/ |
H A D | build-openssl.bat | 499 rem There's no actual installation for legacy OpenSSL, the files are copied
|
/curl/ |
H A D | configure.ac | 37 This configure script may be copied, distributed and modified under the
|
Completed in 451 milliseconds