/third_party/curl/docs/examples/ |
D | shared-connection-cache.c | 53 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/ |
D | lib1554.c | 59 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()
|
D | lib586.c | 161 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()
|
D | lib1541.c | 121 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()
|
D | lib506.c | 208 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()
|
D | lib1905.c | 46 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/ |
D | share.c | 54 #undef curl_share_setopt 56 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt() function
|
/third_party/curl/docs/libcurl/ |
D | Makefile.inc | 86 curl_share_setopt.3 \
|
/third_party/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 98 SYMBOL_VECTOR=(curl_share_setopt=PROCEDURE) 99 SYMBOL_VECTOR=(CURL_SHARE_SETOPT/curl_share_setopt=PROCEDURE)
|
D | pcsi_gnv_curl_file_list.txt | 113 [gnv.usr.share.man.man3]curl_share_setopt.3
|
/third_party/curl/include/curl/ |
D | typecheck-gcc.h | 151 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
|
D | curl.h | 2870 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/ |
D | tool_operate.c | 2538 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/ |
D | test1135 | 63 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 2593 d pr extproc('curl_share_setopt') 2600 d pr extproc('curl_share_setopt') 2607 d pr extproc('curl_share_setopt')
|