Home | History | Annotate | Download | only in sample

Lines Matching refs:evcon

25 	struct evhttp_connection *evcon;
77 struct evhttp_connection *evcon = base->evcon;
83 VERIFY(evcon);
88 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET,
100 struct evhttp_connection *evcon;
114 VERIFY(evcon = evhttp_connection_base_new(base, NULL,
116 connect_base.evcon = evcon;
124 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, hostport);
128 evhttp_connection_free(evcon);