HomeSort by relevance Sort by last modified time
    Searched refs:EVRPC_CONTINUE (Results 1 - 3 of 3) sorted by null

  /external/libevent/
evrpc.c 194 if (res != EVRPC_CONTINUE)
198 return (EVRPC_CONTINUE);
319 case EVRPC_CONTINUE:
323 hook_res == EVRPC_CONTINUE ||
328 evrpc_request_cb_closure(rpc_state, EVRPC_CONTINUE);
442 case EVRPC_CONTINUE:
446 hook_res == EVRPC_CONTINUE ||
451 evrpc_request_done_closure(rpc_state, EVRPC_CONTINUE);
695 case EVRPC_CONTINUE:
700 hook_res == EVRPC_CONTINUE ||
    [all...]
  /external/libevent/test/
regress_rpc.c 408 return (EVRPC_CONTINUE);
419 return (EVRPC_CONTINUE);
442 return (EVRPC_CONTINUE);
611 evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE);
  /external/libevent/include/event2/
rpc.h 472 EVRPC_CONTINUE = 0, /**< continue processing the rpc */

Completed in 47 milliseconds