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

  /external/libevent/include/event2/
rpc.h 57 * EVRPC_REGISTER(base, SendCommand, Request, Reply, FunctionCB, arg);
319 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \
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()
  /external/libevent/test/
regress_rpc.c 147 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
148 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);

Completed in 48 milliseconds