Lines Matching defs:evrpc_request_wrapper
164 struct evrpc_request_wrapper { struct
171 TAILQ_ENTRY(evrpc_request_wrapper) next; argument
174 struct evrpc_pool *pool;
177 struct evhttp_connection *evcon;
180 struct evhttp_request *req;
183 struct event ev_timeout;
186 char *name;
189 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg);
190 void *cb_arg;
192 void *request;
193 void *reply;
196 void (*request_marshal)(struct evbuffer *, void *);
199 void (*reply_clear)(void *);
202 int (*reply_unmarshal)(void *, struct evbuffer*);