OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVBUFFER_EOF
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/
evbuffer.c
130
what |=
EVBUFFER_EOF
;
194
what |=
EVBUFFER_EOF
;
event.h
741
#define
EVBUFFER_EOF
0x10
[
all
...]
/external/chromium/third_party/libevent/test/
regress_http.c
1147
if ((what &
EVBUFFER_EOF
) != 0) {
Completed in 21 milliseconds