OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bev_p
(Results
1 - 5
of
5
) sorted by null
/external/libevent/
bufferevent_pair.c
56
struct bufferevent_pair *
bev_p
;
local
59
bev_p
= EVUTIL_UPCAST(bev, struct bufferevent_pair, bev.bev);
60
EVUTIL_ASSERT(
bev_p
->bev.bev.be_ops == &bufferevent_ops_pair);
61
return
bev_p
;
232
struct bufferevent_pair *
bev_p
= upcast(bufev);
local
233
struct bufferevent_pair *partner =
bev_p
->partner;
245
be_pair_wants_to_talk(partner,
bev_p
)) {
250
be_pair_wants_to_talk(
bev_p
, partner)) {
271
struct bufferevent_pair *
bev_p
= upcast(bev);
local
273
if (
bev_p
->partner)
285
struct bufferevent_pair *
bev_p
= upcast(bev);
local
312
struct bufferevent_pair *
bev_p
;
local
[
all
...]
bufferevent_sock.c
442
struct bufferevent_private *
bev_p
=
local
451
bev_p
->dns_error = result;
474
struct bufferevent_private *
bev_p
=
local
483
bev_p
->dns_error = 0;
513
struct bufferevent_private *
bev_p
=
local
517
rv =
bev_p
->dns_error;
bufferevent_openssl.c
1297
struct bufferevent_private *
bev_p
= NULL;
local
[
all
...]
bufferevent_async.c
372
struct bufferevent_private *
bev_p
= BEV_UPCAST(bev);
local
382
if (
bev_p
->options & BEV_OPT_CLOSE_ON_FREE) {
bufferevent.c
834
struct bufferevent_private *
bev_p
=
local
837
if ((enabled & EV_READ) && !
bev_p
->read_suspended &&
843
if ((enabled & EV_WRITE) && !
bev_p
->write_suspended &&
Completed in 280 milliseconds