Searched refs:CURLSH (Results 1 – 13 of 13) sorted by relevance
93 CURLSH *share;121 CURLSH *share; in main()
51 CURLSH *share; in main()
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 *);
29 CURLSH *share;137 CURLSH *share; in test()
48 CURLSH *share; in test()
31 CURLSH *share;180 CURLSH *share; in test()
107 CURLSH *share = NULL; in test()
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)) \
100 typedef struct Curl_share CURLSH; typedef103 typedef void CURLSH;2585 CURL_EXTERN CURLSH *curl_share_init(void);2586 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);2587 CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *);
106 if(!_curl_is_ptr((value), CURLSH)) \
2060 d pr * extproc('curl_share_init') CURLSH * (= void *)2068 d share * value CURLSH * (= void *)2075 d share * value CURLSH * (= void *)2082 d share * value CURLSH * (= void *)2089 d share * value CURLSH * (= void *)
1046 external API as "CURLSH *".