Searched refs:rpc (Results 1 – 17 of 17) sorted by relevance
/external/chromium/third_party/libevent/ |
D | evrpc.c | 84 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 …]
|
D | evrpc.h | 130 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 …]
|
D | ChangeLog | 145 …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/ |
D | Makefile.am | 5 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"
|
D | regress_rpc.c | 100 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;
|
D | Makefile.in | 199 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/ |
D | unittest_no_generic_services.proto | 53 rpc Foo(TestMessage) returns(TestMessage);
|
D | unittest_custom_options.proto | 116 rpc Foo(CustomOptionFooRequest) returns (CustomOptionFooResponse) {
|
D | unittest.proto | 606 rpc Foo(FooRequest) returns (FooResponse); 607 rpc Bar(BarRequest) returns (BarResponse);
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | multiple_files_test.proto | 62 rpc Foo(MessageWithNoOuter) returns(TestAllTypes);
|
/external/tcpdump/ |
D | config.h.in | 166 /* Define to 1 if you have the `rpc' library (-lrpc). */ 208 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
|
D | configure.in | 18 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
|
D | CHANGES | 605 - 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"
|
D | configure | 3839 for ac_header in fcntl.h rpc/rpcent.h netdnet/dnetdb.h
|
/external/protobuf/editors/ |
D | proto.vim | 61 syn keyword pbRPC service rpc returns
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 108 rpc Closure(DummyMessage) returns (DummyMessage);
|
/external/iproute2/doc/ |
D | ss.sgml | 79 <tt/rpcbind/. RPC services are prefixed with <tt/rpc./
|