Searched refs:EVRPC_CONTINUE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devrpc.c194 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...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c408 return (EVRPC_CONTINUE);
419 return (EVRPC_CONTINUE);
442 return (EVRPC_CONTINUE);
611 evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE);
/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h472 EVRPC_CONTINUE = 0, /**< continue processing the rpc */ enumerator in enum:EVRPC_HOOK_RESULT

Completed in 57 milliseconds