/external/curl/docs/examples/ |
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()
|
D | threaded-shared-conn.c | 128 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, lock_cb); in main() 129 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, unlock_cb); in main() 130 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in main()
|
/external/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 | lib506.c | 207 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test() 211 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test() 215 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test() 219 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test() 223 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); in test()
|
D | lib1541.c | 115 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, lock_cb); in test() 116 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, unlock_cb); in test() 117 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in test()
|
D | lib1905.c | 42 curl_share_setopt(sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test() 43 curl_share_setopt(sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
|
/external/curl/lib/ |
D | share.c | 51 #undef curl_share_setopt 53 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt() function
|
/external/curl/docs/libcurl/ |
D | Makefile.inc | 59 curl_share_setopt.3 \
|
/external/curl/packages/Symbian/bwins/ |
D | libcurlu.def | 49 curl_share_setopt @ 48 NONAME
|
/external/curl/packages/Symbian/eabi/ |
D | libcurlu.def | 49 curl_share_setopt @ 48 NONAME
|
/external/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
|
/external/google-breakpad/src/third_party/curl/ |
D | typecheck-gcc.h | 113 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
|
D | curl.h | 1793 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...); 1931 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
|
/external/curl/include/curl/ |
D | typecheck-gcc.h | 153 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
|
D | curl.h | 2697 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...); 2859 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
|
/external/curl/tests/data/ |
D | test1135 | 63 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2323 d pr extproc('curl_share_setopt') 2330 d pr extproc('curl_share_setopt') 2337 d pr extproc('curl_share_setopt')
|