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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/include/event2/
H A Dbufferevent.h103 #define BEV_EVENT_CONNECTED 0x80 /**< connect operation finished. */ macro
145 BEV_EVENT_TIMEOUT, BEV_EVENT_CONNECTED.
190 BEV_EVENT_CONNECTED set.
196 and configure the bufferevent so that a BEV_EVENT_CONNECTED event will be
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/include/event2/
H A Dbufferevent.h103 #define BEV_EVENT_CONNECTED 0x80 /**< connect operation finished. */ macro
145 BEV_EVENT_TIMEOUT, BEV_EVENT_CONNECTED.
190 BEV_EVENT_CONNECTED set.
196 and configure the bufferevent so that a BEV_EVENT_CONNECTED event will be
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/include/event2/
H A Dbufferevent.h103 #define BEV_EVENT_CONNECTED 0x80 /**< connect operation finished. */ macro
145 BEV_EVENT_TIMEOUT, BEV_EVENT_CONNECTED.
190 BEV_EVENT_CONNECTED set.
196 and configure the bufferevent so that a BEV_EVENT_CONNECTED event will be
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Dbufferevent.c139 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
143 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
144 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg);
175 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
181 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
182 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
H A Dbufferevent_sock.c240 BEV_EVENT_CONNECTED);
245 BEV_EVENT_CONNECTED);
H A Dbufferevent_openssl.c887 } else if (what & BEV_EVENT_CONNECTED) {
979 BEV_EVENT_CONNECTED);
H A Dbufferevent_async.c434 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Dbufferevent.c139 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
143 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
144 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg);
175 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
181 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
182 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
H A Dbufferevent_sock.c240 BEV_EVENT_CONNECTED);
245 BEV_EVENT_CONNECTED);
H A Dbufferevent_openssl.c887 } else if (what & BEV_EVENT_CONNECTED) {
979 BEV_EVENT_CONNECTED);
H A Dbufferevent_async.c434 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Dbufferevent.c139 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
143 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
144 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg);
175 if ((bufev_private->eventcb_pending & BEV_EVENT_CONNECTED) &&
181 bufev_private->eventcb_pending &= ~BEV_EVENT_CONNECTED;
182 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
H A Dbufferevent_sock.c240 BEV_EVENT_CONNECTED);
245 BEV_EVENT_CONNECTED);
H A Dbufferevent_openssl.c887 } else if (what & BEV_EVENT_CONNECTED) {
979 BEV_EVENT_CONNECTED);
H A Dbufferevent_async.c434 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/test/
H A Dregress_ssl.c208 if (what & BEV_EVENT_CONNECTED) {
H A Dtest-ratelim.c117 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_dns.c1021 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1135 tt_int_op(be2_outcome.what, ==, BEV_EVENT_CONNECTED);
1137 tt_int_op(be3_outcome.what, ==, BEV_EVENT_CONNECTED);
1139 tt_int_op(be4_outcome.what, ==, BEV_EVENT_CONNECTED);
H A Dregress_bufferevent.c444 if (what & BEV_EVENT_CONNECTED) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/test/
H A Dregress_ssl.c208 if (what & BEV_EVENT_CONNECTED) {
H A Dtest-ratelim.c117 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_dns.c1021 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1135 tt_int_op(be2_outcome.what, ==, BEV_EVENT_CONNECTED);
1137 tt_int_op(be3_outcome.what, ==, BEV_EVENT_CONNECTED);
1139 tt_int_op(be4_outcome.what, ==, BEV_EVENT_CONNECTED);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/test/
H A Dregress_ssl.c208 if (what & BEV_EVENT_CONNECTED) {
H A Dtest-ratelim.c117 if (what & BEV_EVENT_CONNECTED) {
H A Dregress_dns.c1021 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1135 tt_int_op(be2_outcome.what, ==, BEV_EVENT_CONNECTED);
1137 tt_int_op(be3_outcome.what, ==, BEV_EVENT_CONNECTED);
1139 tt_int_op(be4_outcome.what, ==, BEV_EVENT_CONNECTED);

Completed in 158 milliseconds

12