View source code Display the source code in etc/c/curl.d from which this page was generated on github. Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone. Page wiki View or edit the community-maintained wiki page associated with this page.

etc.c.curl.curl_lock_data - multiple declarations

Enum CurlLockData

Setup defines, protos etc for the sharing stuff.

Different data locks for a single share

The enum base type is int .

Enum members

Name Description
connect
cookie
dns
last
none
share CURL_LOCK_DATA_SHARE is used internally to say that the locking is just made to change the internal state of the share itself.
ssl_session

Alias curl_lock_data

Declaration

alias curl_lock_data = int;

Authors

License

Comments