Home
last modified time | relevance | path

Searched defs:evrpc_request_wrapper (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
Devrpc.h340 struct evrpc_request_wrapper { struct
344 struct evrpc_pool *pool;
347 struct evhttp_connection *evcon;
350 struct event ev_timeout;
353 char *name;
356 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg);
357 void *cb_arg;
359 void *request;
360 void *reply;
363 void (*request_marshal)(struct evbuffer *, void *);
[all …]