OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:evrpc_make_request
(Results
1 - 3
of
3
) 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 *);
evrpc.c
563
evrpc_make_request
(struct evrpc_request_wrapper *ctx)
function
Completed in 972 milliseconds