Lines Matching refs:evcon
477 struct evhttp_connection *evcon;
478 TAILQ_FOREACH(evcon, &pool->connections, next) {
479 evcon->timeout = timeout_in_secs;
528 ctx->evcon = connection;
637 struct evhttp_connection *evcon;
643 if ((evcon = evrpc_pool_find_connection(pool)) != NULL) {
645 evrpc_schedule_request(evcon, ctx);
653 struct evhttp_connection *evcon = ctx->evcon;
654 assert(evcon != NULL);
656 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT);