Searched refs:evrpc (Results 1 – 12 of 12) 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() 342 struct evrpc *rpc; in evrpc_request_cb_closure() 384 struct evrpc *rpc; in evrpc_reqstate_free_() 407 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 | 249 evrpc.c \ 306 evrpc-internal.h \ 328 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 | 231 evthread_win32.c evdns.c event_tagging.c evrpc.c http.c 256 am__objects_12 = evdns.lo event_tagging.lo evrpc.lo http.lo 470 ./$(DEPDIR)/evport.Plo ./$(DEPDIR)/evrpc.Plo \ 578 include/evhttp.h include/evrpc.h include/evutil.h 615 evrpc-internal.h evsignal-internal.h evthread-internal.h \ 621 include/evrpc.h include/evutil.h 1123 evrpc-internal.h evsignal-internal.h evthread-internal.h \ 1288 evrpc.c \ 1319 include/evrpc.h \ 1716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@ # am--include-marker [all …]
|
D | CMakeLists.txt | 729 evrpc-internal.h 747 include/evrpc.h 867 evrpc.c)
|
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 | 149 evrpc: 1007 o Remove spurious checks in evrpc.c error cases (coverity) (991b362) 1011 o Add an include to evrpc-internal to fix openbsd compilation warning
|
/external/libevent/include/event2/ |
D | rpc_struct.h | 69 struct evrpc { struct 70 TAILQ_ENTRY(evrpc) next;
|
D | rpc.h | 153 struct evrpc; 181 struct evrpc* rpc; \ 349 int evrpc_register_rpc(struct evrpc_base *, struct evrpc *,
|