Lines Matching defs:evrpc_request_wrapper
166 struct evrpc_request_wrapper { struct
173 TAILQ_ENTRY(evrpc_request_wrapper) next; argument
176 struct evrpc_pool *pool;
179 struct evhttp_connection *evcon;
182 struct evhttp_request *req;
185 struct event ev_timeout;
188 char *name;
191 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg);
192 void *cb_arg;
194 void *request;
195 void *reply;
198 void (*request_marshal)(struct evbuffer *, void *);
201 void (*reply_clear)(void *);
204 int (*reply_unmarshal)(void *, struct evbuffer*);