Searched refs:CURLSH (Results 1 – 14 of 14) sorted by relevance
93 CURLSH *share;121 CURLSH *share; in main()
51 CURLSH *share; in main()
79 CURLSH *share;108 CURLSH *share; in test()
29 CURLSH *share;137 CURLSH *share; in test()
47 CURLSH *share; in test()
31 CURLSH *share;180 CURLSH *share; in test()
31 CURLSH *sh = NULL; in test()
62 CURL_EXTERN CURLSH *curl_share_init(void);63 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);64 CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *);
1770 typedef void CURLSH; typedef1792 CURL_EXTERN CURLSH *curl_share_init(void);1793 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);1794 CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *);
84 if ((_curl_opt) == CURLOPT_SHARE && !_curl_is_ptr((value), CURLSH)) \
105 typedef struct Curl_share CURLSH; typedef108 typedef void CURLSH;2696 CURL_EXTERN CURLSH *curl_share_init(void);2697 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);2698 CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *);
109 if(!_curl_is_ptr((value), CURLSH)) \
2317 d pr * extproc('curl_share_init') CURLSH * (= void *)2325 d share * value CURLSH * (= void *)2332 d share * value CURLSH * (= void *)2339 d share * value CURLSH * (= void *)2346 d share * value CURLSH * (= void *)
1045 external API as "CURLSH *".