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

  /external/chromium/third_party/libevent/test/
regress_rpc.c 469 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
483 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
531 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one, GotKillCbTwo, NULL);
532 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two, GotKillCb, NULL);
598 EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL);
  /external/chromium/third_party/libevent/
evrpc.h 206 return (evrpc_make_request(ctx)); \
374 * EVRPC_MAKE_REQUEST() is used by the client to send an RPC to the server.
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
390 int evrpc_make_request(struct evrpc_request_wrapper *);

Completed in 794 milliseconds