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

  /external/libevent/
evrpc-internal.h 160 struct evbuffer* rpc_data; member in struct:evrpc_req_generic
evrpc.c 300 rpc_state->rpc_data = NULL;
394 if (rpc_state->rpc_data != NULL)
395 evbuffer_free(rpc_state->rpc_data);
418 if ((rpc_state->rpc_data = evbuffer_new()) == NULL) {
424 rpc->reply_marshal(rpc_state->rpc_data, rpc_state->reply);
433 rpc_state, req, rpc_state->rpc_data);
488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data);
  /external/libevent/include/event2/
rpc.h 179 struct evbuffer* rpc_data; \

Completed in 138 milliseconds