Home
last modified time | relevance | path

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

/external/curl/docs/examples/
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()
Dthreaded-shared-conn.c128 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/
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()
Dlib506.c207 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()
Dlib1541.c115 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()
Dlib1905.c42 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/
Dshare.c51 #undef curl_share_setopt
53 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt() function
/external/curl/docs/libcurl/
DMakefile.inc59 curl_share_setopt.3 \
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def49 curl_share_setopt @ 48 NONAME
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def49 curl_share_setopt @ 48 NONAME
/external/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
/external/google-breakpad/src/third_party/curl/
Dtypecheck-gcc.h113 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
Dcurl.h1793 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/
Dtypecheck-gcc.h153 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
Dcurl.h2697 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/
Dtest113563 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
/external/curl/packages/OS400/
Dcurl.inc.in2323 d pr extproc('curl_share_setopt')
2330 d pr extproc('curl_share_setopt')
2337 d pr extproc('curl_share_setopt')