1 #ifndef HEADER_CURL_CONNCACHE_H 2 #define HEADER_CURL_CONNCACHE_H 28 size_t num_connections;
29 long next_connection_id;
33 #define BUNDLE_NO_MULTIUSE -1 34 #define BUNDLE_UNKNOWN 0 35 #define BUNDLE_PIPELINING 1 36 #define BUNDLE_MULTIPLEX 2 40 size_t num_connections;
44 int Curl_conncache_init(
struct conncache *,
int size);
46 void Curl_conncache_destroy(
struct conncache *connc);
52 CURLcode Curl_conncache_add_conn(
struct conncache *connc,
55 void Curl_conncache_remove_conn(
struct conncache *connc,
58 void Curl_conncache_foreach(
struct conncache *connc,
64 Curl_conncache_find_first_connection(
struct conncache *connc);
66 void Curl_conncache_print(
struct conncache *connc);
Definition: conncache.h:38
Definition: curl_setup_once.h:110
Definition: conncache.h:26
Definition: urldata.h:831