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

/freebsd-12-stable/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.c244 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-12-stable/contrib/libevent/test/
H A Dtest-fdleak.c192 if (events & BEV_EVENT_CONNECTED) {
H A Dregress_dns.c1172 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1286 tt_int_op(be2_outcome.what, ==, BEV_EVENT_CONNECTED);
1288 tt_int_op(be3_outcome.what, ==, BEV_EVENT_CONNECTED);
1290 tt_int_op(be4_outcome.what, ==, BEV_EVENT_CONNECTED);
H A Dtest-ratelim.c138 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_ssl.c310 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_bufferevent.c677 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_http.c294 if (what & BEV_EVENT_CONNECTED)
3012 if (what & BEV_EVENT_CONNECTED)
3116 if (what & BEV_EVENT_CONNECTED)
/freebsd-12-stable/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-12-stable/contrib/libevent/
H A Dbufferevent.c140 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
144 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
145 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg);
176 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
182 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
183 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
H A Dbufferevent_sock.c273 BEV_EVENT_CONNECTED, 0);
278 BEV_EVENT_CONNECTED, 0);
H A Dbufferevent_openssl.c930 } else if (what & BEV_EVENT_CONNECTED) {
1040 BEV_EVENT_CONNECTED, 0);
H A Dbufferevent_async.c432 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR, 0);
H A Dhttp.c1530 } else if (what == BEV_EVENT_CONNECTED) {
1549 if (!(what & BEV_EVENT_CONNECTED)) {
/freebsd-12-stable/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
/freebsd-12-stable/contrib/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 149 milliseconds