Lines Matching full:share
22 .TH libcurl-share 3 "November 27, 2017" "libcurl 7.64.1" "libcurl share interface"
25 libcurl-share \- how to use the share interface
27 This is an overview on how to use the libcurl share interface in your C
31 All functions in the share interface are prefixed with curl_share.
34 The share interface was added to enable sharing of data between curl
37 You can have multiple easy handles share data between them. Have them update
41 .SH "SHARE OBJECT"
45 You tell the shared object what data you want it to share by using
48 Since you can use this share from multiple threads, and libcurl has no
53 Then, you make an easy handle to use this share, you set the
55 share handle. You can make any number of easy handles share the same share
58 To make an easy handle stop using that particular share, you set
62 When you're done using the share, make sure that no easy handle is still using