NetSurf
|
curl handle cache entry More...
Data Fields | |
CURL * | handle |
The cached cURL handle. More... | |
lwc_string * | host |
The host for which this handle is cached. More... | |
struct cache_handle * | r_prev |
Previous cached handle in ring. More... | |
struct cache_handle * | r_next |
Next cached handle in ring. More... | |
CURL* cache_handle::handle |
The cached cURL handle.
Definition at line 263 of file curl.c.
Referenced by fetch_curl_cache_handle(), fetch_curl_finalise(), and fetch_curl_get_handle().
lwc_string* cache_handle::host |
The host for which this handle is cached.
Definition at line 264 of file curl.c.
Referenced by fetch_curl_cache_handle(), fetch_curl_finalise(), and fetch_curl_get_handle().
struct cache_handle* cache_handle::r_next |
Next cached handle in ring.
Definition at line 267 of file curl.c.
Referenced by fetch_curl_cache_handle().
struct cache_handle* cache_handle::r_prev |