/curl/docs/examples/ |
H A D | shared-connection-cache.c | 55 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in main() 57 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in main() 58 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in main()
|
/curl/docs/libcurl/ |
H A D | curl_share_setopt.md | 4 Title: curl_share_setopt 17 curl_share_setopt - set options for a shared object 24 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHoption option, parameter); 62 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
|
H A D | curl_share_cleanup.md | 9 - curl_share_setopt (3) 47 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
|
H A D | curl_share_init.md | 9 - curl_share_setopt (3) 48 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
|
H A D | libcurl-share.md | 10 - curl_share_setopt (3) 48 curl_share_setopt(3). 53 curl_share_setopt(3) too.
|
H A D | curl_share_strerror.md | 43 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
|
H A D | Makefile.inc | 95 curl_share_setopt.3 \
|
/curl/tests/libtest/ |
H A D | lib1554.c | 72 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in test() 73 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in test() 74 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, test_unlock); in test()
|
H A D | lib3207.c | 153 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in execute() 154 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, test_unlock); in execute() 155 curl_share_setopt(share, CURLSHOPT_USERDATA, (void *)mutexes); in execute() 156 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_SSL_SESSION); in execute() 167 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, NULL); in execute() 168 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, NULL); in execute()
|
H A D | lib586.c | 163 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in test() 167 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, test_unlock); in test() 171 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test() 175 scode = curl_share_setopt(share, CURLSHOPT_SHARE, in test()
|
H A D | lib1905.c | 49 curl_share_setopt(sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test() 50 curl_share_setopt(sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
|
H A D | lib506.c | 210 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in test() 214 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, test_unlock); in test() 218 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test() 222 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test() 226 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); in test()
|
H A D | lib3103.c | 37 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
|
/curl/docs/libcurl/opts/ |
H A D | CURLSHOPT_USERDATA.md | 11 - curl_share_setopt (3) 26 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_USERDATA, void *clientp); 49 sh = curl_share_setopt(share, CURLSHOPT_USERDATA, &private_stuff);
|
H A D | CURLSHOPT_UNLOCKFUNC.md | 11 - curl_share_setopt (3) 28 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_UNLOCKFUNC, unlockcb); 59 sh = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, mutex_unlock);
|
H A D | CURLSHOPT_LOCKFUNC.md | 11 - curl_share_setopt (3) 29 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_LOCKFUNC, lockcb); 64 sh = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, mutex_lock);
|
H A D | CURLSHOPT_UNSHARE.md | 11 - curl_share_setopt (3) 26 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_UNSHARE, long type); 71 sh = curl_share_setopt(share, CURLSHOPT_UNSHARE, CURL_LOCK_DATA_COOKIE);
|
H A D | CURLOPT_SHARE.md | 34 the locking methods in the share handle. See curl_share_setopt(3) for 63 curl_share_setopt(shobject, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
|
H A D | CURLSHOPT_SHARE.md | 11 - curl_share_setopt (3) 26 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_SHARE, long type); 108 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
|
/curl/tests/http/clients/ |
H A D | hx-download.c | 379 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in main() 380 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); in main() 381 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_SSL_SESSION); in main() 382 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in main() 383 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_PSL); in main() 384 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_HSTS); in main()
|
H A D | hx-upload.c | 438 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in main() 439 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); in main() 440 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_SSL_SESSION); in main() 441 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in main() 442 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_PSL); in main() 443 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_HSTS); in main()
|
/curl/lib/ |
H A D | libcurl.def | 78 curl_share_setopt
|
H A D | share.c | 54 #undef curl_share_setopt 56 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) in curl_share_setopt() function
|
/curl/tests/data/ |
H A D | test1135 | 64 curl_share_setopt
|
/curl/packages/vms/ |
H A D | gnv_libcurl_symbols.opt | 98 SYMBOL_VECTOR=(curl_share_setopt=PROCEDURE) 99 SYMBOL_VECTOR=(CURL_SHARE_SETOPT/curl_share_setopt=PROCEDURE)
|