Searched defs:evrpc_request_wrapper (Results 1 – 2 of 2) sorted by relevance
165 struct evrpc_request_wrapper { struct172 TAILQ_ENTRY(evrpc_request_wrapper) next; argument175 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;[all …]
166 struct evrpc_request_wrapper { struct173 TAILQ_ENTRY(evrpc_request_wrapper) next; argument176 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;[all …]