OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fdi_revt
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libevent/
evport.c
100
struct event*
fdi_revt
; /* the event responsible for the "read" */
member in struct:fd_info
104
#define FDI_HAS_READ(fdi) ((fdi)->
fdi_revt
!= NULL)
201
if ((ev = fdi->
fdi_revt
) != NULL) {
325
int fd = FDI_HAS_READ(fdi) ? fdi->
fdi_revt
->ev_fd :
379
if ((res & EV_READ) && ((ev = fdi->
fdi_revt
) != NULL)) {
430
fdi->
fdi_revt
= ev;
471
fdi->
fdi_revt
= NULL;
493
if (fdi->
fdi_revt
== NULL && fdi->fdi_wevt == NULL) {
Completed in 994 milliseconds