Searched refs:evcons (Results 1 – 1 of 1) sorted by relevance
1394 http_free_evcons(struct evhttp_connection **evcons) in http_free_evcons() argument1396 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons()1398 if (!evcons) in http_free_evcons()1401 while ((evcon = *evcons++)) { in http_free_evcons()1469 struct evhttp_connection **evcons = NULL; in http_cancel_test() local1509 evcons = http_fill_backlog(base_to_fill, port); in http_cancel_test()1556 http_free_evcons(evcons); in http_cancel_test()1558 evcons = http_fill_backlog(base_to_fill, port); in http_cancel_test()1576 http_free_evcons(evcons); in http_cancel_test()1578 evcons = http_fill_backlog(base_to_fill, port); in http_cancel_test()[all …]