Home
last modified time | relevance | path

Searched refs:CURLSH (Results 1 – 22 of 22) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_share_init.md24 CURLSH *curl_share_init();
29 This function returns a pointer to a *CURLSH* handle to be used as input
47 CURLSH *share = curl_share_init();
H A Dcurl_share_setopt.md24 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHoption option, parameter);
61 CURLSH *share = curl_share_init();
H A Dcurl_share_cleanup.md24 CURLSHcode curl_share_cleanup(CURLSH *share_handle);
46 CURLSH *share = curl_share_init();
H A Dcurl_share_strerror.md42 CURLSH *share = curl_share_init();
/curl/tests/libtest/
H A Dlib3207.c43 CURLSH *share;
144 static void execute(CURLSH *share, struct Ctx *ctx) in execute()
175 static void execute(CURLSH *share, struct Ctx *ctx) in execute()
190 CURLSH* share; in test()
H A Dlib3103.c31 CURLSH *share; in test()
H A Dlib586.c31 CURLSH *share;
139 CURLSH *share; in test()
H A Dlib1554.c61 CURLSH *share = NULL; in test()
H A Dlib1905.c33 CURLSH *sh = NULL; in test()
H A Dlib506.c33 CURLSH *share;
183 CURLSH *share; in test()
/curl/docs/libcurl/opts/
H A DCURLSHOPT_USERDATA.md26 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_USERDATA, void *clientp);
48 CURLSH *share = curl_share_init();
H A DCURLSHOPT_UNLOCKFUNC.md28 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_UNLOCKFUNC, unlockcb);
58 CURLSH *share = curl_share_init();
H A DCURLSHOPT_UNSHARE.md26 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_UNSHARE, long type);
70 CURLSH *share = curl_share_init();
H A DCURLSHOPT_LOCKFUNC.md29 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_LOCKFUNC, lockcb);
63 CURLSH *share = curl_share_init();
H A DCURLOPT_SHARE.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SHARE, CURLSH *share);
62 CURLSH *shobject = curl_share_init();
H A DCURLSHOPT_SHARE.md26 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_SHARE, long type);
107 CURLSH *share = curl_share_init();
/curl/docs/examples/
H A Dshared-connection-cache.c51 CURLSH *share; in main()
/curl/tests/http/clients/
H A Dtls-session-reuse.c141 static void add_transfer(CURLM *multi, CURLSH *share, in add_transfer()
184 CURLSH *share; in main()
/curl/src/
H A Dtool_operate.c129 CURLSH *share,
133 CURLSH *share,
827 CURLSH *share, in single_transfer()
2455 CURLSH *share, in add_parallel_transfers()
2531 CURLSH *share;
2839 CURLSH *share) in parallel_transfers()
2913 CURLSH *share) in serial_transfers()
3004 CURLSH *share, in transfer_per_config()
3120 CURLSH *share, in create_transfer()
3138 CURLSH *share, in run_all_transfers()
[all …]
/curl/include/curl/
H A Dcurl.h119 typedef struct Curl_share CURLSH; typedef
122 typedef void CURLSH;
3043 CURL_EXTERN CURLSH *curl_share_init(void);
3044 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *share, CURLSHoption option,
3046 CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *share);
H A Dtypecheck-gcc.h112 if(!curlcheck_ptr((value), CURLSH)) \
/curl/packages/OS400/
H A Dcurl.inc.in2782 d pr * extproc('curl_share_init') CURLSH * (= void *)
2790 d share * value CURLSH * (= void *)
2797 d share * value CURLSH * (= void *)
2804 d share * value CURLSH * (= void *)
2811 d share * value CURLSH * (= void *)

Completed in 73 milliseconds