Searched refs:CURLSH (Results 1 – 9 of 9) sorted by relevance
49 CURL_EXTERN CURLSH *curl_share_init(void);50 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);51 CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *);
29 CURLSH *share;136 CURLSH *share; in test()
31 CURLSH *share;180 CURLSH *share; in test()
96 typedef struct Curl_share CURLSH; typedef99 typedef void CURLSH;2289 CURL_EXTERN CURLSH *curl_share_init(void);2290 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);2291 CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *);
103 if(!_curl_is_ptr((value), 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)) \
1984 d pr * extproc('curl_share_init') CURLSH * (= void *)1992 d share * value CURLSH * (= void *)1999 d share * value CURLSH * (= void *)2006 d share * value CURLSH * (= void *)2013 d share * value CURLSH * (= void *)
1060 external API as "CURLSH *".