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

/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dtest-fdleak.c192 if (events & BEV_EVENT_CONNECTED) {
H A Dregress_dns.c1134 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1248 tt_int_op(be2_outcome.what, ==, BEV_EVENT_CONNECTED);
1250 tt_int_op(be3_outcome.what, ==, BEV_EVENT_CONNECTED);
1252 tt_int_op(be4_outcome.what, ==, BEV_EVENT_CONNECTED);
H A Dregress_ssl.c230 if (what & BEV_EVENT_CONNECTED) {
H A Dtest-ratelim.c138 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_bufferevent.c624 if (what & BEV_EVENT_CONNECTED) {
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dbufferevent.c141 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
145 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
146 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg);
177 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
183 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
184 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
H A Dbufferevent_sock.c247 BEV_EVENT_CONNECTED, 0);
252 BEV_EVENT_CONNECTED, 0);
H A Dbufferevent_async.c432 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR, 0);
H A Dbufferevent_openssl.c924 } else if (what & BEV_EVENT_CONNECTED) {
1020 BEV_EVENT_CONNECTED, 0);
H A Dhttp.c1429 } else if (what == BEV_EVENT_CONNECTED) {
1449 if (!(what & BEV_EVENT_CONNECTED)) {
/freebsd-10.2-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h105 #define BEV_EVENT_CONNECTED 0x80 /**< connect operation finished. */ macro
150 BEV_EVENT_TIMEOUT, BEV_EVENT_CONNECTED.
196 BEV_EVENT_CONNECTED set.
202 and configure the bufferevent so that a BEV_EVENT_CONNECTED event will be

Completed in 88 milliseconds