Home
last modified time | relevance | path

Searched refs:CURL_BLOB_COPY (Results 1 – 16 of 16) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLKEY_BLOB.md39 CURL_BLOB_COPY, the application does not have to keep the buffer around after
68 blob.flags = CURL_BLOB_COPY;
H A DCURLOPT_SSLKEY_BLOB.md38 CURL_BLOB_COPY, the application does not have to keep the buffer around after
69 blob.flags = CURL_BLOB_COPY;
H A DCURLOPT_SSLCERT_BLOB.md44 CURL_BLOB_COPY, the application does not have to keep the buffer around after
71 stblob.flags = CURL_BLOB_COPY;
H A DCURLOPT_CAINFO_BLOB.md45 CURL_BLOB_COPY, the application does not have to keep the buffer around after
74 blob.flags = CURL_BLOB_COPY;
H A DCURLOPT_PROXY_CAINFO_BLOB.md49 CURL_BLOB_COPY, the application does not have to keep the buffer around after
80 blob.flags = CURL_BLOB_COPY;
H A DCURLOPT_PROXY_SSLCERT_BLOB.md43 CURL_BLOB_COPY, the application does not have to keep the buffer around after
70 blob.flags = CURL_BLOB_COPY;
H A DCURLOPT_ISSUERCERT_BLOB.md52 CURL_BLOB_COPY, the application does not have to keep the buffer around after
80 blob.flags = CURL_BLOB_COPY;
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md53 CURL_BLOB_COPY, the application does not have to keep the buffer around after
83 blob.flags = CURL_BLOB_COPY;
/curl/include/curl/
H A Deasy.h31 #define CURL_BLOB_COPY 1 /* tell libcurl to copy the data */ macro
/curl/tests/libtest/
H A Dlib678.c90 blob.flags = CURL_BLOB_COPY; in test_cert_blob()
/curl/docs/libcurl/
H A Dsymbols-in-versions16 CURL_BLOB_COPY 7.71.0
/curl/packages/OS400/
H A Dccsidcurl.c1281 blob.flags = bp->flags | CURL_BLOB_COPY; in curl_easy_setopt_ccsid()
H A Dcurl.inc.in358 d CURL_BLOB_COPY c 1
/curl/lib/
H A Dsetopt.c95 ((blob->flags & CURL_BLOB_COPY) ? blob->len : 0)); in Curl_setblobopt()
99 if(blob->flags & CURL_BLOB_COPY) { in Curl_setblobopt()
/curl/src/
H A Dtool_operate.c1839 structblob.flags = CURL_BLOB_COPY; in single_transfer()
1882 structblob.flags = CURL_BLOB_COPY; in single_transfer()
/curl/lib/vtls/
H A Dvtls.c117 d->flags = CURL_BLOB_COPY; in blobdup()

Completed in 68 milliseconds