NetSurf
Data Fields
cache_handle Struct Reference

curl handle cache entry More...

Collaboration diagram for cache_handle:
[legend]

Data Fields

CURL * handle
 The cached cURL handle. More...
 
lwc_string * host
 The host for which this handle is cached. More...
 
struct cache_handler_prev
 Previous cached handle in ring. More...
 
struct cache_handler_next
 Next cached handle in ring. More...
 

Detailed Description

curl handle cache entry

Definition at line 262 of file curl.c.

Field Documentation

◆ handle

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().

◆ host

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().

◆ r_next

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().

◆ r_prev

struct cache_handle* cache_handle::r_prev

Previous cached handle in ring.

Definition at line 266 of file curl.c.


The documentation for this struct was generated from the following file: