Home
last modified time | relevance | path

Searched refs:share (Results 51 – 65 of 65) sorted by relevance

123

/curl/
H A Dacinclude.m41189 dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat
1190 dnl /usr/local/share/certs/ca-root-nss.crt MidnightBSD
1255 cac="${prefix}/share/curl/curl-ca-bundle.crt"
1257 cac="$ac_default_prefix/share/curl/curl-ca-bundle.crt"
1262 /usr/share/ssl/certs/ca-bundle.crt \
1263 /usr/local/share/certs/ca-root-nss.crt \
H A DCMakeLists.txt1318 "/usr/share/ssl/certs/ca-bundle.crt"
1319 "/usr/local/share/certs/ca-root-nss.crt"
/curl/docs/libcurl/
H A Dlibcurl-errors.md567 The "share" interface returns a **CURLSHcode** to indicate when an error has
580 The share object is currently in use.
584 An invalid share object was passed to the function.
H A Dlibcurl-tutorial.md167 must never share the same handle in multiple threads.
1419 You can share some data between easy handles when the easy interface is used,
1420 and some data is share automatically when you use the multi interface.
1423 share a lot of the data that otherwise would be kept on a per-easy handle
1429 you are using the easy interface, you can still share these between specific
1430 easy handles by using the share interface, see libcurl-share(3).
1433 example cookies so the only way to share that is with the share interface.
/curl/lib/
H A Ddoh.c304 ERROR_CHECK_SETOPT(CURLOPT_SHARE, data->share); in doh_run_probe()
1355 if(data->share) in Curl_doh_is_resolved()
1361 if(data->share) in Curl_doh_is_resolved()
H A Dcookie.c1770 if(cleanup && (!data->share || (data->cookies != data->share->cookies))) { in Curl_flush_cookies()
H A Durl.c286 if(!data->share || !data->share->hsts) in Curl_close()
303 if(data->share) { in Curl_close()
305 data->share->dirty--; in Curl_close()
H A Dmulti.c554 if(data->share && (data->share->specifier & (1 << CURL_LOCK_DATA_PSL))) in curl_multi_add_handle()
555 data->psl = &data->share->psl; in curl_multi_add_handle()
H A Durldata.h1920 struct Curl_share *share; /* Share, handles global variable mutexing */ member
/curl/lib/vtls/
H A Dvtls.c82 #define SSLSESSION_SHARED(data) (data->share && \
83 (data->share->specifier & \
552 general_age = &data->share->sessionage; in Curl_ssl_getsessionid()
692 general_age = &data->share->sessionage; in Curl_ssl_set_sessionid()
/curl/packages/vms/
H A Dgenerate_config_vms_h_curl.com159 $! If kerberos is installed: sys$share:gss$rtl.exe exists.
H A Dconfig_h.com185 $decc_shr = f$parse("decc$shr","sys$share:.exe;0")
/curl/docs/cmdline-opts/
H A Dwrite-out.md315 The URL index number of this transfer, 0-indexed. Unglobbed URLs share the
/curl/packages/OS400/
H A Dcurl.inc.in2790 d share * value CURLSH * (= void *)
2797 d share * value CURLSH * (= void *)
2804 d share * value CURLSH * (= void *)
2811 d share * value CURLSH * (= void *)
/curl/docs/
H A DFAQ288 others to join in and help, to share their ideas, to contribute their
1127 your system has such. Note that you must never share the same handle in
1542 enough of a benefit to warrant the risk of cutting off a share of users.

Completed in 82 milliseconds

123