Searched defs:cpool (Results 1 – 4 of 4) sorted by relevance
50 struct cpool { struct61 Curl_cpool_disconnect_cb *disconnect_cb; argument68 int Curl_cpool_init(struct cpool *cpool, argument
147 int Curl_cpool_init(struct cpool *cpool, in Curl_cpool_init()185 void Curl_cpool_destroy(struct cpool *cpool) in Curl_cpool_destroy()216 struct cpool *cpool = cpool_get_instance(data); in Curl_cpool_xfer_init() local284 struct cpool *cpool = cpool_get_instance(data); in Curl_cpool_check_limits() local355 struct cpool *cpool = cpool_get_instance(data); in Curl_cpool_add_conn() local384 static void cpool_remove_conn(struct cpool *cpool, in cpool_remove_conn()419 struct cpool *cpool, in cpool_foreach()484 struct cpool *cpool = cpool_get_instance(data); in Curl_cpool_conn_now_idle() local583 struct cpool *cpool = cpool_get_instance(data); in Curl_cpool_find() local958 static void cpool_perform(struct cpool *cpool) in cpool_perform()[all …]
49 struct cpool cpool; member
144 struct cpool cpool; member
Completed in 12 milliseconds