Home | History | Annotate | Download | only in event2

Lines Matching refs:cb

196 	void (*cb)(struct evrpc_status *, void *, void *, void *),
210 * @param cb the callback function to call when the RPC has completed
214 pool, request, reply, cb, cbarg) \
220 (void (*)(struct evrpc_status *, void *, void *, void *))cb, \
236 void (*cb)(struct evrpc_status *, \
240 (void (*)(struct evrpc_status *, void *, void *, void *))cb, \
370 * @param cb the callback to invoke when the RPC request has been answered
374 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
375 evrpc_send_request_##name((pool), (request), (reply), (cb), (cbarg))
487 * @param cb the callback to call when the hook is activated
494 int (*cb)(void *, struct evhttp_request *, struct evbuffer *, void *),
561 void (*cb)(struct evrpc_status *, void *, void *, void *),
589 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg),