HomeSort by: relevance | last modified time | path
    Searched defs:bev_p (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/libevent/dist/
bufferevent_pair.c 61 struct bufferevent_pair *bev_p; local
64 bev_p = EVUTIL_UPCAST(bev, struct bufferevent_pair, bev.bev);
65 EVUTIL_ASSERT(BEV_IS_PAIR(&bev_p->bev.bev));
66 return bev_p;
230 struct bufferevent_pair *bev_p = upcast(bufev); local
231 struct bufferevent_pair *partner = bev_p->partner;
243 be_pair_wants_to_talk(partner, bev_p)) {
248 be_pair_wants_to_talk(bev_p, partner)) {
270 struct bufferevent_pair *bev_p = upcast(bev); local
272 if (bev_p->partner)
283 struct bufferevent_pair *bev_p = upcast(bev); local
311 struct bufferevent_pair *bev_p = upcast(bev); local
345 struct bufferevent_pair *bev_p; local
    [all...]
bufferevent_async.c 399 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
410 (bev_p->options & BEV_OPT_CLOSE_ON_FREE)) {
bufferevent_sock.c 105 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
106 return (struct sockaddr *)&bev_p->conn_address;
113 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
115 socklen_t len = sizeof(bev_p->conn_address);
117 struct sockaddr *addr = (struct sockaddr *)&bev_p->conn_address;
126 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
127 EVUTIL_ASSERT(addrlen <= sizeof(bev_p->conn_address));
128 memcpy(&bev_p->conn_address, addr, addrlen);
464 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
471 bev_p->dns_request = NULL
502 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
534 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
    [all...]
bufferevent.c 901 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
905 options = bev_p->options;
977 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
979 if ((enabled & EV_READ) && !bev_p->read_suspended &&
985 if ((enabled & EV_WRITE) && !bev_p->write_suspended &&
bufferevent_openssl.c 1354 struct bufferevent_private *bev_p = NULL; local
1364 bev_p = &bev_ssl->bev;
1366 if (bufferevent_init_common_(bev_p, base,
1377 bev_ssl->outbuf_cb = evbuffer_add_cb(bev_p->bev.output,
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_pair.c 60 struct bufferevent_pair *bev_p; local
63 bev_p = EVUTIL_UPCAST(bev, struct bufferevent_pair, bev.bev);
64 EVUTIL_ASSERT(BEV_IS_PAIR(&bev_p->bev.bev));
65 return bev_p;
229 struct bufferevent_pair *bev_p = upcast(bufev); local
230 struct bufferevent_pair *partner = bev_p->partner;
242 be_pair_wants_to_talk(partner, bev_p)) {
247 be_pair_wants_to_talk(bev_p, partner)) {
269 struct bufferevent_pair *bev_p = upcast(bev); local
271 if (bev_p->partner)
282 struct bufferevent_pair *bev_p = upcast(bev); local
310 struct bufferevent_pair *bev_p = upcast(bev); local
344 struct bufferevent_pair *bev_p; local
    [all...]
bufferevent_async.c 398 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
409 (bev_p->options & BEV_OPT_CLOSE_ON_FREE)) {
bufferevent_sock.c 104 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
105 return (struct sockaddr *)&bev_p->conn_address;
112 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
114 socklen_t len = sizeof(bev_p->conn_address);
116 struct sockaddr *addr = (struct sockaddr *)&bev_p->conn_address;
125 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
126 EVUTIL_ASSERT(addrlen <= sizeof(bev_p->conn_address));
127 memcpy(&bev_p->conn_address, addr, addrlen);
463 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
470 bev_p->dns_request = NULL
501 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
533 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
    [all...]
bufferevent.c 899 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
903 options = bev_p->options;
975 struct bufferevent_private *bev_p = BEV_UPCAST(bev); local
977 if ((enabled & EV_READ) && !bev_p->read_suspended &&
983 if ((enabled & EV_WRITE) && !bev_p->write_suspended &&
bufferevent_openssl.c 1353 struct bufferevent_private *bev_p = NULL; local
1363 bev_p = &bev_ssl->bev;
1365 if (bufferevent_init_common_(bev_p, base,
1376 bev_ssl->outbuf_cb = evbuffer_add_cb(bev_p->bev.output,

Completed in 74 milliseconds