Home
last modified time | relevance | path

Searched refs:rpc (Results 1 – 17 of 17) sorted by relevance

/external/chromium/third_party/libevent/
Devrpc.c84 struct evrpc *rpc; in evrpc_free() local
87 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) { in evrpc_free()
88 assert(evrpc_unregister_rpc(base, rpc->uri)); in evrpc_free()
208 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, in evrpc_register_rpc() argument
211 char *constructed_uri = evrpc_construct_uri(rpc->uri); in evrpc_register_rpc()
213 rpc->base = base; in evrpc_register_rpc()
214 rpc->cb = cb; in evrpc_register_rpc()
215 rpc->cb_arg = cb_arg; in evrpc_register_rpc()
217 TAILQ_INSERT_TAIL(&base->registered_rpcs, rpc, next); in evrpc_register_rpc()
222 rpc); in evrpc_register_rpc()
[all …]
Devrpc.h130 struct evrpc *rpc; member
140 void (*done)(struct evrpc_req_generic* rpc);
158 struct evrpc* rpc; \
161 struct evrpc* rpc, void *request, void *reply); \
240 #define EVRPC_REGISTER_OBJECT(rpc, name, request, reply) \ argument
242 (rpc)->uri = strdup(#name); \
243 if ((rpc)->uri == NULL) { \
247 (rpc)->request_new = (void *(*)(void))request##_new; \
248 (rpc)->request_free = (void (*)(void *))request##_free; \
249 (rpc)->request_unmarshal = (int (*)(void *, struct evbuffer *))request##_unmarshal; \
[all …]
DChangeLog145 …o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API s…
181 …o support for hooks on rpc input and output; can be used to implement rpc independent processing s…
183 o associate an event base with an rpc pool
184 …ibevent_core contains only the event core whereas libevent_extra contains dns, http and rpc support
/external/chromium/third_party/libevent/test/
DMakefile.am5 EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
25 regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
26 $(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
Dregress_rpc.c100 MessageCb(EVRPC_STRUCT(Message)* rpc, void *arg) in MessageCb() argument
102 struct kill* kill_reply = rpc->reply; in MessageCb()
105 struct evhttp_request* req = EVRPC_REQUEST_HTTP(rpc); in MessageCb()
116 EVRPC_REQUEST_DONE(rpc); in MessageCb()
122 NeverReplyCb(EVRPC_STRUCT(NeverReply)* rpc, void *arg)
125 saved_rpc = rpc;
DMakefile.in199 EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
476 regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
477 $(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
/external/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto53 rpc Foo(TestMessage) returns(TestMessage);
Dunittest_custom_options.proto116 rpc Foo(CustomOptionFooRequest) returns (CustomOptionFooResponse) {
Dunittest.proto606 rpc Foo(FooRequest) returns (FooResponse);
607 rpc Bar(BarRequest) returns (BarResponse);
/external/protobuf/java/src/test/java/com/google/protobuf/
Dmultiple_files_test.proto62 rpc Foo(MessageWithNoOuter) returns(TestAllTypes);
/external/tcpdump/
Dconfig.h.in166 /* Define to 1 if you have the `rpc' library (-lrpc). */
208 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
Dconfigure.in18 AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h)
534 AC_CHECK_LIB(rpc, main) dnl It's unclear why we might need -lrpc
DCHANGES605 - Print out a little more information for sun rpc packets.
734 - print-nfs.c: Keep pending rpc's in circular table. Add generic
739 - tcpdump.c: Add -T flag allows interpretation of "vat", "wb", "rpc"
Dconfigure3839 for ac_header in fcntl.h rpc/rpcent.h netdnet/dnetdb.h
/external/protobuf/editors/
Dproto.vim61 syn keyword pbRPC service rpc returns
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto108 rpc Closure(DummyMessage) returns (DummyMessage);
/external/iproute2/doc/
Dss.sgml79 <tt/rpcbind/. RPC services are prefixed with <tt/rpc./