Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h33 struct evrpc;
79 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
150 struct evrpc *rpc;
H A Devrpc.c95 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()
H A DMakefile.am251 evrpc.c \
308 evrpc-internal.h \
330 include/evrpc.h \
H A DMakefile.nmake38 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
H A DMakefile.in245 evthread_win32.c evdns.c event_tagging.c evrpc.c http.c
270 am__objects_12 = evdns.lo event_tagging.lo evrpc.lo http.lo
485 ./$(DEPDIR)/evport.Plo ./$(DEPDIR)/evrpc.Plo \
596 include/evhttp.h include/evrpc.h include/evutil.h
633 evrpc-internal.h evsignal-internal.h evthread-internal.h \
639 include/evrpc.h include/evutil.h
1181 evrpc-internal.h evsignal-internal.h evthread-internal.h \
1350 evrpc.c \
1381 include/evrpc.h \
1785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc
[all...]
H A DCMakeLists.txt751 evrpc-internal.h
769 include/evrpc.h
889 evrpc.c)
H A DChangeLog-2.0515 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…
H A Dwhatsnew-2.0.txt74 All of the old headers (event.h, evdns.h, evhttp.h, evrpc.h, and
H A DChangeLog230 evrpc:
1088 o Remove spurious checks in evrpc.c error cases (coverity) (991b362)
1092 o Add an include to evrpc-internal to fix openbsd compilation warning
/freebsd/contrib/libevent/
H A Devrpc-internal.h33 struct evrpc;
79 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
150 struct evrpc *rpc;
H A Devrpc.c95 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()
H A DMakefile.am251 evrpc.c \
308 evrpc-internal.h \
330 include/evrpc.h \
H A DMakefile.nmake38 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
H A DMakefile.in245 evthread_win32.c evdns.c event_tagging.c evrpc.c http.c
270 am__objects_12 = evdns.lo event_tagging.lo evrpc.lo http.lo
485 ./$(DEPDIR)/evport.Plo ./$(DEPDIR)/evrpc.Plo \
596 include/evhttp.h include/evrpc.h include/evutil.h
633 evrpc-internal.h evsignal-internal.h evthread-internal.h \
639 include/evrpc.h include/evutil.h
1173 evrpc-internal.h evsignal-internal.h evthread-internal.h \
1342 evrpc.c \
1373 include/evrpc.h \
1777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@ # am--include-marker
[all …]
H A DCMakeLists.txt751 evrpc-internal.h
769 include/evrpc.h
889 evrpc.c)
H A DChangeLog-2.0515 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…
H A Dwhatsnew-2.0.txt74 All of the old headers (event.h, evdns.h, evhttp.h, evrpc.h, and
H A DChangeLog230 evrpc:
1088 o Remove spurious checks in evrpc.c error cases (coverity) (991b362)
1092 o Add an include to evrpc-internal to fix openbsd compilation warning
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc_struct.h69 struct evrpc { struct
70 TAILQ_ENTRY(evrpc) next;
H A Drpc.h153 struct evrpc;
181 struct evrpc* rpc; \
349 int evrpc_register_rpc(struct evrpc_base *, struct evrpc *,
/freebsd/contrib/libevent/include/event2/
H A Drpc_struct.h69 struct evrpc { struct
70 TAILQ_ENTRY(evrpc) next;
H A Drpc.h153 struct evrpc;
181 struct evrpc* rpc; \
349 int evrpc_register_rpc(struct evrpc_base *, struct evrpc *,
/freebsd/usr.sbin/ntp/libntpevent/
H A DMakefile11 evmap.c evport.c evrpc.c evthread.c evthread_pthread.c evutil.c \
/freebsd/contrib/ntp/
H A DCommitLog8022 sntp/libevent/evrpc.c@1.7 +3 -3
[all...]