Searched refs:CURLSHOPT_USERDATA (Results 1 – 14 of 14) sorted by relevance
4 Title: CURLSHOPT_USERDATA16 CURLSHOPT_USERDATA - pointer passed to the lock and unlock mutex callbacks23 CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_USERDATA, void *clientp);48 sh = curl_share_setopt(share, CURLSHOPT_USERDATA, &private_stuff);
42 *clientp* is the private pointer you set with CURLSHOPT_USERDATA(3).
46 *clientp* is the private pointer you set with CURLSHOPT_USERDATA(3).
424 CURLSHOPT_USERDATA.3
852 CURLSHOPT_USERDATA.3
46 ## CURLSHOPT_USERDATA section in OPTIONS48 See CURLSHOPT_USERDATA(3).
1014 CURLSHOPT_USERDATA 7.10.3
3026 ## CURLSHOPT_USERDATA section in libcurl symbols3027 Introduced in 7.10.3. See CURLSHOPT_USERDATA(3).
171 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test()
218 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test()
195 case CURLSHOPT_USERDATA: in curl_share_setopt()
88 CURLSHOPT_USERDATA
3022 CURLSHOPT_USERDATA, /* pass in a user data pointer used in the lock/unlock enumerator
2042 d CURLSHOPT_USERDATA...