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