Home
last modified time | relevance | path

Searched refs:curl_share_setopt (Results 1 – 25 of 33) sorted by relevance

12

/curl/docs/examples/
H A Dshared-connection-cache.c55 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 Dcurl_share_setopt.md4 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 Dcurl_share_cleanup.md9 - curl_share_setopt (3)
47 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
H A Dcurl_share_init.md9 - curl_share_setopt (3)
48 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
H A Dlibcurl-share.md10 - curl_share_setopt (3)
48 curl_share_setopt(3).
53 curl_share_setopt(3) too.
H A Dcurl_share_strerror.md43 sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
H A DMakefile.inc95 curl_share_setopt.3 \
/curl/tests/libtest/
H A Dlib1554.c72 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 Dlib3207.c153 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 Dlib586.c163 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 Dlib1905.c49 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 Dlib506.c210 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 Dlib3103.c37 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
/curl/docs/libcurl/opts/
H A DCURLSHOPT_USERDATA.md11 - 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 DCURLSHOPT_UNLOCKFUNC.md11 - 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 DCURLSHOPT_LOCKFUNC.md11 - 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 DCURLSHOPT_UNSHARE.md11 - 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 DCURLOPT_SHARE.md34 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 DCURLSHOPT_SHARE.md11 - 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 Dhx-download.c379 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 Dhx-upload.c438 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 Dlibcurl.def78 curl_share_setopt
H A Dshare.c54 #undef curl_share_setopt
56 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) in curl_share_setopt() function
/curl/tests/data/
H A Dtest113564 curl_share_setopt
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt98 SYMBOL_VECTOR=(curl_share_setopt=PROCEDURE)
99 SYMBOL_VECTOR=(CURL_SHARE_SETOPT/curl_share_setopt=PROCEDURE)

Completed in 19 milliseconds

12