OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bevp
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
bufferevent_pair.c
69
struct bufferevent_pair *
bevp
;
local
71
bevp
= upcast(b);
72
if (
bevp
->partner)
73
_bufferevent_incref_and_lock(downcast(
bevp
->partner));
79
struct bufferevent_pair *
bevp
= upcast(b);
local
80
if (
bevp
->partner)
81
_bufferevent_decref_and_unlock(downcast(
bevp
->partner));
bufferevent_ratelim.c
562
struct bufferevent_private *
bevp
=
local
574
if (
bevp
->rate_limiting) {
575
rlim =
bevp
->rate_limiting;
589
if (
bevp
->rate_limiting &&
bevp
->rate_limiting->cfg == cfg) {
594
if (
bevp
->rate_limiting == NULL) {
598
bevp
->rate_limiting = rlim;
600
rlim =
bevp
->rate_limiting;
612
_bev_refill_callback,
bevp
);
736
struct bufferevent_private *
bevp
local
788
struct bufferevent_private *
bevp
=
local
821
struct bufferevent_private *
bevp
;
local
840
struct bufferevent_private *
bevp
;
local
905
struct bufferevent_private *
bevp
;
local
934
struct bufferevent_private *
bevp
;
local
[
all
...]
Completed in 49 milliseconds