Lines Matching refs:evcons
1346 http_free_evcons(struct evhttp_connection **evcons) in http_free_evcons() argument
1348 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons()
1350 if (!evcons) in http_free_evcons()
1353 while ((evcon = *evcons++)) { in http_free_evcons()
1421 struct evhttp_connection **evcons = NULL; in http_cancel_test() local
1461 evcons = http_fill_backlog(base_to_fill, port); in http_cancel_test()
1508 http_free_evcons(evcons); in http_cancel_test()
1510 evcons = http_fill_backlog(base_to_fill, port); in http_cancel_test()
1528 http_free_evcons(evcons); in http_cancel_test()
1530 evcons = http_fill_backlog(base_to_fill, port); in http_cancel_test()
1546 http_free_evcons(evcons); in http_cancel_test()