Home | History | Annotate | Download | only in test

Lines Matching refs:evcon

181 	struct evhttp_connection *evcon = NULL;
188 evcon = evhttp_connection_new("127.0.0.1", port);
189 if (evcon == NULL) {
209 if (evhttp_make_request(evcon, req,
220 evhttp_connection_free(evcon);
264 struct evhttp_connection *evcon = NULL;
272 evcon = evhttp_connection_new("127.0.0.1", port);
273 if (evcon == NULL) {
299 if (evhttp_make_request(evcon, req,
310 evhttp_connection_free(evcon);
327 struct evhttp_connection *evcon;
333 evcon = evhttp_connection_new("127.0.0.1", port);
334 assert(evcon != NULL);
336 evrpc_pool_add_connection(pool, evcon);