Searched refs:evrpc (Results 1 – 10 of 10) sorted by relevance
/external/libevent/ |
D | evrpc-internal.h | 32 struct evrpc; 78 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs; 149 struct evrpc *rpc;
|
D | evrpc.c | 94 struct evrpc *rpc; in evrpc_free() 227 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, in evrpc_register_rpc() 252 struct evrpc *rpc; in evrpc_unregister_rpc() 286 struct evrpc *rpc = arg; in evrpc_request_cb() 341 struct evrpc *rpc; in evrpc_request_cb_closure() 384 struct evrpc *rpc; in evrpc_reqstate_free() 407 struct evrpc *rpc; in evrpc_request_done() 1106 static struct evrpc * 1114 struct evrpc* rpc = (struct evrpc *)mm_calloc(1, sizeof(struct evrpc)); in evrpc_register_object() 1143 struct evrpc* rpc = in evrpc_register_generic()
|
D | Makefile.am | 180 EXTRA_SRC = event_tagging.c http.c evdns.c evrpc.c 217 evrpc-internal.h strlcpy-internal.h evbuffer-internal.h \ 227 EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h
|
D | Makefile.nmake | 20 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
|
D | Makefile.in | 136 bufferevent_async.c event_tagging.c http.c evdns.c evrpc.c 158 am__objects_10 = event_tagging.lo http.lo evdns.lo evrpc.lo 249 am__include_HEADERS_DIST = event.h evhttp.h evdns.h evrpc.h evutil.h 251 ipv6-internal.h evrpc-internal.h strlcpy-internal.h \ 258 compat/sys/queue.h event.h evhttp.h evdns.h evrpc.h evutil.h 561 EXTRA_SRC = event_tagging.c http.c evdns.c evrpc.c 583 evrpc-internal.h strlcpy-internal.h evbuffer-internal.h \ 590 EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h 769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@
|
D | Android.bp | 57 "evrpc.c",
|
D | ChangeLog | 579 o Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpc (545a611) 806 o Add void* arguments to request_new and reply_new evrpc hooks (755fbf1 Shuo Chen) 837 o fix a leak when unpausing evrpc requests (94ee125) 1157 …o Do not use vararg macros for accessing evrpc structures; this is not backwards compatible, but w… 1227 …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
|
/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 *,
|