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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/libtest/
H A Dlib506.c182 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
186 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
190 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user);
194 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
198 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS);
202 fprintf(stderr, "curl_share_setopt() failed\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/libtest/
H A Dlib506.c182 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
186 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
190 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user);
194 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
198 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS);
202 fprintf(stderr, "curl_share_setopt() failed\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/libtest/
H A Dlib506.c182 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
186 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
190 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user);
194 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
198 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS);
202 fprintf(stderr, "curl_share_setopt() failed\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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 \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/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 \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/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 \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dshare.c45 #undef curl_share_setopt macro
47 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dshare.c45 #undef curl_share_setopt macro
47 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dshare.c45 #undef curl_share_setopt macro
47 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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.h2030 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
2169 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/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.h2030 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
2169 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/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.h2030 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
2169 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro

Completed in 207 milliseconds