Home
last modified time | relevance | path

Searched refs:evrpc (Results 1 – 10 of 10) sorted by relevance

/external/libevent/
Devrpc-internal.h32 struct evrpc;
78 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
149 struct evrpc *rpc;
Devrpc.c94 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()
DMakefile.am180 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
DMakefile.nmake20 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
DMakefile.in136 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@
DAndroid.bp57 "evrpc.c",
DChangeLog579 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…
Dwhatsnew-2.0.txt74 All of the old headers (event.h, evdns.h, evhttp.h, evrpc.h, and
/external/libevent/include/event2/
Drpc_struct.h59 struct evrpc { struct
60 TAILQ_ENTRY(evrpc) next;
Drpc.h149 struct evrpc;
177 struct evrpc* rpc; \
337 int evrpc_register_rpc(struct evrpc_base *, struct evrpc *,