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

  /external/libevent/test/
regress_rpc.c 479 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
490 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
503 evrpc_make_request(ctx);
555 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one, GotKillCbTwo, NULL);
556 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two, GotKillCb, NULL);
659 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
709 EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL);
  /external/libevent/include/event2/
rpc.h 361 * EVRPC_MAKE_REQUEST() is used by the client to send an RPC to the server.
374 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
381 unless a custom context object is provided. Use EVRPC_MAKE_REQUEST()
386 @see EVRPC_MAKE_REQUEST(), EVRPC_MAKE_CTX()
388 int evrpc_make_request(struct evrpc_request_wrapper *ctx);
555 Do not call this function directly, use EVRPC_MAKE_REQUEST() instead.
557 @see EVRPC_MAKE_REQUEST()

Completed in 89 milliseconds