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 34 #include "conncache.h"
120 int Curl_conncache_init(struct conncache *connc, int size)
126 void Curl_conncache_destroy(struct conncache *connc)
143 struct conncache *connc)
157 static bool conncache_add_bundle(struct conncache *connc,
166 static void conncache_remove_bundle(struct conncache *connc,
190 CURLcode Curl_conncache_add_conn(struct conncache *connc,
239 void Curl_conncache_remove_conn(struct conncache *connc,
268 void Curl_conncache_foreach(struct conncache *connc,
304 Curl_conncache_find_first_connection(struct conncache *connc
    [all...]
multihandle.h 25 #include "conncache.h"
108 struct conncache conn_cache;
urldata.h     [all...]
url.c 127 #include "conncache.h"
    [all...]

Completed in 81 milliseconds