Home
last modified time | relevance | path

Searched refs:evcons (Results 1 – 1 of 1) sorted by relevance

/external/libevent/test/
Dregress_http.c1346 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()
[all …]