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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dtest-fdleak.c194 if (events & BEV_EVENT_CONNECTED) {
H A Dregress_ssl.c246 if (what & BEV_EVENT_CONNECTED) {
H A Dtest-ratelim.c140 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_dns.c1136 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1250 tt_int_op(be2_outcome.what, ==, BEV_EVENT_CONNECTED);
1252 tt_int_op(be3_outcome.what, ==, BEV_EVENT_CONNECTED);
1254 tt_int_op(be4_outcome.what, ==, BEV_EVENT_CONNECTED);
H A Dregress_bufferevent.c626 if (what & BEV_EVENT_CONNECTED) {
/netbsd-current/external/bsd/libevent/dist/test/
H A Dtest-fdleak.c198 if (events & BEV_EVENT_CONNECTED) {
H A Dregress_ssl.c374 if (what & BEV_EVENT_CONNECTED) {
852 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_dns.c1233 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1365 tt_int_op(be_outcome[1].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1367 tt_int_op(be_outcome[2].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1369 tt_int_op(be_outcome[3].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
H A Dtest-ratelim.c155 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_bufferevent.c694 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_http.c312 if (what & BEV_EVENT_CONNECTED)
3082 if (what & BEV_EVENT_CONNECTED)
3186 if (what & BEV_EVENT_CONNECTED)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent.c143 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
147 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
148 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg);
179 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
185 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
186 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
H A Dbufferevent_sock.c249 BEV_EVENT_CONNECTED, 0);
254 BEV_EVENT_CONNECTED, 0);
H A Dbufferevent_async.c434 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR, 0);
H A Dbufferevent_openssl.c926 } else if (what & BEV_EVENT_CONNECTED) {
1022 BEV_EVENT_CONNECTED, 0);
H A Dhttp.c1431 } else if (what == BEV_EVENT_CONNECTED) {
1451 if (!(what & BEV_EVENT_CONNECTED)) {
/netbsd-current/external/bsd/libevent/dist/
H A Dbufferevent.c162 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
166 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
167 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg);
199 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
205 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
206 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
H A Dbufferevent_sock.c277 BEV_EVENT_CONNECTED, 0);
282 BEV_EVENT_CONNECTED, 0);
H A Dbufferevent_async.c456 be_async_run_eventcb(bev, ok ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR, 0);
H A Dbufferevent_openssl.c937 } else if (what & BEV_EVENT_CONNECTED) {
1047 BEV_EVENT_CONNECTED, 0);
H A Dhttp.c1566 } else if (what == BEV_EVENT_CONNECTED) {
1585 if (!(what & BEV_EVENT_CONNECTED)) {
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dbufferevent.h107 #define BEV_EVENT_CONNECTED 0x80 /**< connect operation finished. */ macro
152 BEV_EVENT_TIMEOUT, BEV_EVENT_CONNECTED.
198 BEV_EVENT_CONNECTED set.
204 and configure the bufferevent so that a BEV_EVENT_CONNECTED event will be
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dbufferevent.h106 #define BEV_EVENT_CONNECTED 0x80 /**< connect operation finished. */ macro
151 BEV_EVENT_TIMEOUT, BEV_EVENT_CONNECTED.
197 BEV_EVENT_CONNECTED set.
203 and configure the bufferevent so that a BEV_EVENT_CONNECTED event will be

Completed in 391 milliseconds