Lines Matching refs:cbarg
184 struct reqstruct *, struct rplystruct *, void *cbarg), \
197 void *cbarg);
214 pool, request, reply, cb, cbarg) \ argument
221 cbarg)
237 struct reqstruct *, struct rplystruct *, void *cbarg), \
238 void *cbarg) { \
241 cbarg, \
319 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ argument
321 (void (*)(struct evrpc_req_generic *, void *))callback, cbarg, \
374 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ argument
375 evrpc_send_request_##name((pool), (request), (reply), (cb), (cbarg))
577 void (*callback)(struct evrpc_req_generic *, void *), void *cbarg,