Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
Dshared-connection-cache.c53 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in main()
55 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in main()
56 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in main()
/third_party/curl/tests/libtest/
Dlib1554.c59 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in test()
60 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test()
61 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
Dlib586.c161 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test()
165 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
169 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test()
173 scode = curl_share_setopt(share, CURLSHOPT_SHARE, in test()
Dlib1541.c121 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, lock_cb); in test()
122 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, unlock_cb); in test()
123 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in test()
Dlib506.c208 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test()
212 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
216 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test()
220 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
224 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); in test()
Dlib1905.c46 curl_share_setopt(sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
47 curl_share_setopt(sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
/third_party/curl/lib/
Dshare.c54 #undef curl_share_setopt
56 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt() function
/third_party/curl/docs/libcurl/
DMakefile.inc86 curl_share_setopt.3 \
/third_party/curl/packages/vms/
Dgnv_libcurl_symbols.opt98 SYMBOL_VECTOR=(curl_share_setopt=PROCEDURE)
99 SYMBOL_VECTOR=(CURL_SHARE_SETOPT/curl_share_setopt=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt113 [gnv.usr.share.man.man3]curl_share_setopt.3
/third_party/curl/include/curl/
Dtypecheck-gcc.h151 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
Dcurl.h2870 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
3066 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
/third_party/curl/src/
Dtool_operate.c2538 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in operate()
2539 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); in operate()
2540 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_SSL_SESSION); in operate()
2541 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in operate()
2542 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_PSL); in operate()
2543 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_HSTS); in operate()
/third_party/curl/tests/data/
Dtest113563 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
/third_party/curl/packages/OS400/
Dcurl.inc.in2593 d pr extproc('curl_share_setopt')
2600 d pr extproc('curl_share_setopt')
2607 d pr extproc('curl_share_setopt')