Searched refs:evrpc (Results 1 – 11 of 11) sorted by relevance
/external/libevent/ |
D | evrpc-internal.h | 33 struct evrpc; 79 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs; 150 struct evrpc *rpc;
|
D | evrpc.c | 95 struct evrpc *rpc; in evrpc_free() 228 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, in evrpc_register_rpc() 253 struct evrpc *rpc; in evrpc_unregister_rpc() 287 struct evrpc *rpc = arg; in evrpc_request_cb() 341 struct evrpc *rpc; in evrpc_request_cb_closure() 383 struct evrpc *rpc; in evrpc_reqstate_free_() 406 struct evrpc *rpc; in evrpc_request_done() 1103 static struct evrpc * 1111 struct evrpc* rpc = (struct evrpc *)mm_calloc(1, sizeof(struct evrpc)); in evrpc_register_object() 1140 struct evrpc* rpc = in evrpc_register_generic()
|
D | Makefile.am | 220 evrpc.c \ 271 evrpc-internal.h \ 293 include/evrpc.h \
|
D | Makefile.nmake | 38 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
|
D | Android.bp | 64 "evrpc.c",
|
D | Makefile.in | 212 evthread_win32.c evdns.c event_tagging.c evrpc.c http.c 237 am__objects_12 = evdns.lo event_tagging.lo evrpc.lo http.lo 520 include/evhttp.h include/evrpc.h include/evutil.h 557 evmap-internal.h evrpc-internal.h evsignal-internal.h \ 563 include/event.h include/evhttp.h include/evrpc.h \ 1036 evmap-internal.h evrpc-internal.h evsignal-internal.h \ 1214 evrpc.c \ 1242 include/evrpc.h \ 1640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@
|
D | ChangeLog-2.0 | 515 o Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpc (545a611) 742 o Add void* arguments to request_new and reply_new evrpc hooks (755fbf1 Shuo Chen) 773 o fix a leak when unpausing evrpc requests (94ee125) 1093 …o Do not use vararg macros for accessing evrpc structures; this is not backwards compatible, but w… 1163 …o change evrpc hooking to allow pausing of RPCs; this will make it possible for the hook to do som…
|
D | whatsnew-2.0.txt | 74 All of the old headers (event.h, evdns.h, evhttp.h, evrpc.h, and
|
D | ChangeLog | 775 o Remove spurious checks in evrpc.c error cases (coverity) (991b362) 779 o Add an include to evrpc-internal to fix openbsd compilation warning
|
/external/libevent/include/event2/ |
D | rpc_struct.h | 59 struct evrpc { struct 60 TAILQ_ENTRY(evrpc) next;
|
D | rpc.h | 149 struct evrpc; 177 struct evrpc* rpc; \ 337 int evrpc_register_rpc(struct evrpc_base *, struct evrpc *,
|