Lines Matching defs:evrpc_request_wrapper
340 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 *);
366 void (*reply_clear)(void *);
390 int evrpc_make_request(struct evrpc_request_wrapper *); argument