/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 | 60 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in test() 61 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test() 62 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()
|
/external/curl/lib/ |
D | share.c | 50 #undef curl_share_setopt 52 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt() function
|
/external/curl/docs/libcurl/ |
D | Makefile.inc | 12 curl_share_init.3 curl_share_setopt.3 libcurl.3 libcurl-easy.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 | 150 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
|
D | curl.h | 2586 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...); 2746 #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 | 2066 d pr extproc('curl_share_setopt') 2073 d pr extproc('curl_share_setopt') 2080 d pr extproc('curl_share_setopt')
|
/external/curl/ |
D | CHANGES | 1236 - curl_share_setopt: va_end was not called if conncache errors 1265 - curl_share_setopt.3: document CURL_LOCK_DATA_CONNECT
|