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

  /external/chromium/third_party/libevent/
evrpc.c 262 struct evrpc_req_generic *rpc_state = NULL; local
278 rpc_state = calloc(1, sizeof(struct evrpc_req_generic));
279 if (rpc_state == NULL)
283 rpc_state->request = rpc->request_new();
284 if (rpc_state->request == NULL)
287 rpc_state->rpc = rpc;
290 rpc_state->request, req->input_buffer) == -1) {
297 rpc_state->reply = rpc->reply_new();
298 if (rpc_state->reply == NULL)
301 rpc_state->http_req = req
    [all...]
evrpc-internal.h 71 void evrpc_reqstate_free(struct evrpc_req_generic* rpc_state);

Completed in 25 milliseconds