Home | History | Annotate | Download | only in test

Lines Matching refs:evcon

191 	struct evhttp_connection *evcon = NULL;
196 evcon = evhttp_connection_new("127.0.0.1", port);
197 tt_assert(evcon);
211 if (evhttp_make_request(evcon, req,
221 evhttp_connection_free(evcon);
260 struct evhttp_connection *evcon = NULL;
266 evcon = evhttp_connection_new("127.0.0.1", port);
267 tt_assert(evcon);
290 if (evhttp_make_request(evcon, req,
301 evhttp_connection_free(evcon);
312 struct evhttp_connection *evcon;
318 evcon = evhttp_connection_new("127.0.0.1", port);
319 assert(evcon != NULL);
321 evrpc_pool_add_connection(pool, evcon);
890 struct evhttp_connection *evcon = NULL;
895 evcon = evhttp_connection_new("127.0.0.1", port);
896 tt_assert(evcon);
910 if (evhttp_make_request(evcon, req,
920 evhttp_connection_free(evcon);