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

/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c1346 http_free_evcons(struct evhttp_connection **evcons) argument
1348 struct evhttp_connection *evcon, **orig = evcons;
1350 if (!evcons)
1353 while ((evcon = *evcons++)) {
1421 struct evhttp_connection **evcons = NULL; local
1461 evcons = http_fill_backlog(base_to_fill, port);
1508 http_free_evcons(evcons);
1510 evcons = http_fill_backlog(base_to_fill, port);
1528 http_free_evcons(evcons);
1530 evcons
[all...]

Completed in 96 milliseconds