Home
last modified time | relevance | path

Searched refs:curl_share_setopt (Results 1 – 18 of 18) 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.c60 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()
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()
/external/curl/lib/
Dshare.c50 #undef curl_share_setopt
52 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt() function
/external/curl/docs/libcurl/
DMakefile.inc12 curl_share_init.3 curl_share_setopt.3 libcurl.3 libcurl-easy.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.h150 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
Dcurl.h2586 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/
Dtest113563 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
/external/curl/packages/OS400/
Dcurl.inc.in2066 d pr extproc('curl_share_setopt')
2073 d pr extproc('curl_share_setopt')
2080 d pr extproc('curl_share_setopt')
/external/curl/
DCHANGES1236 - curl_share_setopt: va_end was not called if conncache errors
1265 - curl_share_setopt.3: document CURL_LOCK_DATA_CONNECT