Lines Matching refs:share
4 Title: libcurl-share
21 libcurl-share - how to use the share interface
25 This is an overview on how to use the libcurl share interface in your C
29 All functions in the share interface are prefixed with curl_share.
33 The share interface was added to enable sharing of data between curl handles.
37 You can have multiple easy handles share data between them. Have them update
47 You tell the shared object what data you want it to share by using
50 Since you can use this share from multiple threads, and libcurl has no
55 Then, you make an easy handle to use this share, you set the
57 share handle. You can make any number of easy handles share the same share
60 To make an easy handle stop using that particular share, you set
64 When you are done using the share, make sure that no easy handle is still using