#include <share.h>
Public Attributes | |
| unsigned int | specifier |
| CURL_VOLATILE unsigned int | dirty |
| curl_lock_function | lockfunc |
| curl_unlock_function | unlockfunc |
| void * | clientdata |
| struct curl_hash * | hostcache |
| struct CookieInfo * | cookies |
Definition at line 18 of file share.h.
| unsigned int Curl_share::specifier |
Definition at line 19 of file share.h.
Referenced by curl_share_init(), Curl_share_lock(), curl_share_setopt(), and Curl_share_unlock().
| CURL_VOLATILE unsigned int Curl_share::dirty |
Definition at line 20 of file share.h.
Referenced by Curl_close(), Curl_setopt(), curl_share_cleanup(), and curl_share_setopt().
Definition at line 22 of file share.h.
Referenced by curl_share_cleanup(), Curl_share_lock(), and curl_share_setopt().
Definition at line 23 of file share.h.
Referenced by curl_share_cleanup(), curl_share_setopt(), and Curl_share_unlock().
| void* Curl_share::clientdata |
Definition at line 24 of file share.h.
Referenced by curl_share_cleanup(), Curl_share_lock(), curl_share_setopt(), and Curl_share_unlock().
struct curl_hash* Curl_share::hostcache [read] |
Definition at line 26 of file share.h.
Referenced by Curl_close(), curl_easy_perform(), Curl_setopt(), curl_share_cleanup(), and curl_share_setopt().
struct CookieInfo* Curl_share::cookies [read] |
Definition at line 27 of file share.h.
Referenced by Curl_close(), Curl_setopt(), curl_share_cleanup(), and curl_share_setopt().
1.5.6