Searched refs:curl_share_setopt (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib506.c179 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
183 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
187 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user);
191 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
195 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS);
199 fprintf(stderr, "curl_share_setopt() failed\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/libcurl/
H A DMakefile.am34 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \
53 curl_share_cleanup.html curl_share_init.html curl_share_setopt.html \
73 curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \
H A DMakefile.in289 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \
308 curl_share_cleanup.html curl_share_init.html curl_share_setopt.html \
328 curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \
H A DMakefile289 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \
308 curl_share_cleanup.html curl_share_init.html curl_share_setopt.html \
328 curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dshare.c44 #undef curl_share_setopt macro
46 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/include/curl/
H A Dtypecheck-gcc.h131 /* TODO: typechecking for curl_share_setopt() and curl_multi_setopt(),
135 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
H A Dcurl.h2034 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
2174 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/
H A Dtypecheck-gcc.h131 /* TODO: typechecking for curl_share_setopt() and curl_multi_setopt(),
135 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
H A Dcurl.h2034 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
2174 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro

Completed in 121 milliseconds