HomeSort by relevance Sort by last modified time
    Searched defs:rpc (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/
evrpc.c 84 struct evrpc *rpc; local
87 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
88 assert(evrpc_unregister_rpc(base, rpc->uri));
185 * Registers a new RPC with the HTTP server. The evrpc object is expected
198 event_err(1, "%s: failed to register rpc at %s",
208 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc,
211 char *constructed_uri = evrpc_construct_uri(rpc->uri);
213 rpc->base = base;
214 rpc->cb = cb;
215 rpc->cb_arg = cb_arg
233 struct evrpc *rpc; local
261 struct evrpc *rpc = arg; local
320 struct evrpc *rpc = rpc_state->rpc; local
334 struct evrpc *rpc = rpc_state->rpc; local
    [all...]
evrpc.h 36 * This header files provides basic support for an RPC server and client.
38 * To support RPCs in a server, every supported RPC command needs to be
43 * SendCommand is the name of the RPC command.
45 * It contains all parameters relating to the SendCommand RPC. The
48 * contains the answer to the RPC.
50 * To register an RPC with an HTTP server, you need to first create an RPC
55 * A specific RPC can then be registered with
59 * when the server receives an appropriately formatted RPC, the user callback
62 * void FunctionCB(EVRPC_STRUCT(SendCommand)* rpc, void *arg)
130 struct evrpc *rpc; member in struct:evrpc_req_generic
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 195 milliseconds