HomeSort by relevance Sort by last modified time
    Searched refs:conncache (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
conncache.h 26 struct conncache { struct
44 int Curl_conncache_init(struct conncache *, int size);
46 void Curl_conncache_destroy(struct conncache *connc);
50 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);
conncache.c 33 #include "conncache.h"
118 int Curl_conncache_init(struct conncache *connc, int size)
124 void Curl_conncache_destroy(struct conncache *connc)
150 struct conncache *connc)
164 static bool conncache_add_bundle(struct conncache *connc,
173 static void conncache_remove_bundle(struct conncache *connc,
197 CURLcode Curl_conncache_add_conn(struct conncache *connc,
246 void Curl_conncache_remove_conn(struct conncache *connc,
275 void Curl_conncache_foreach(struct conncache *connc,
311 Curl_conncache_find_first_connection(struct conncache *connc
    [all...]
multihandle.h 25 #include "conncache.h"
114 struct conncache conn_cache;
urldata.h     [all...]
url.c 117 #include "conncache.h"
    [all...]

Completed in 1103 milliseconds