OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVRPC_CONTINUE
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
evrpc.c
193
if (res !=
EVRPC_CONTINUE
)
197
return (
EVRPC_CONTINUE
);
318
case
EVRPC_CONTINUE
:
322
hook_res ==
EVRPC_CONTINUE
||
327
evrpc_request_cb_closure(rpc_state,
EVRPC_CONTINUE
);
443
case
EVRPC_CONTINUE
:
447
hook_res ==
EVRPC_CONTINUE
||
452
evrpc_request_done_closure(rpc_state,
EVRPC_CONTINUE
);
698
case
EVRPC_CONTINUE
:
703
hook_res ==
EVRPC_CONTINUE
||
[
all
...]
/external/libevent/include/event2/
rpc.h
472
EVRPC_CONTINUE
= 0, /**< continue processing the rpc */
Completed in 34 milliseconds