Lines Matching defs:evrpc_request_wrapper
165 struct evrpc_request_wrapper { struct
172 TAILQ_ENTRY(evrpc_request_wrapper) next; argument
175 struct evrpc_pool *pool;
178 struct evhttp_connection *evcon;
181 struct evhttp_request *req;
184 struct event ev_timeout;
187 char *name;
190 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg);
191 void *cb_arg;
193 void *request;
194 void *reply;
197 void (*request_marshal)(struct evbuffer *, void *);
200 void (*reply_clear)(void *);
203 int (*reply_unmarshal)(void *, struct evbuffer*);