HomeSort by relevance Sort by last modified time
    Searched refs:evrpc_make_request (Results 1 - 2 of 2) sorted by 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()
  /external/libevent/
evrpc.c 802 evrpc_make_request(struct evrpc_request_wrapper *ctx) function
1097 return (evrpc_make_request(ctx));

Completed in 144 milliseconds