Searched refs:EVRPC_REGISTER (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h57 * EVRPC_REGISTER(base, SendCommand, Request, Reply, FunctionCB, arg);
319 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ macro
333 Use EVRPC_REGISTER() instead.
335 @see EVRPC_REGISTER()
346 * @see EVRPC_REGISTER()
571 Do not call this function directly, use EVRPC_REGISTER() instead.
573 @see EVRPC_REGISTER()
/freebsd-12-stable/contrib/libevent/include/event2/
H A Drpc.h57 * EVRPC_REGISTER(base, SendCommand, Request, Reply, FunctionCB, arg);
319 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ macro
333 Use EVRPC_REGISTER() instead.
335 @see EVRPC_REGISTER()
346 * @see EVRPC_REGISTER()
571 Do not call this function directly, use EVRPC_REGISTER() instead.
573 @see EVRPC_REGISTER()
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c147 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
148 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_rpc.c147 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
148 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);

Completed in 75 milliseconds