Home | History | Annotate | Download | only in libevent

Lines Matching refs:cb

102 	void (*cb)(struct evrpc_req_generic *, void *);
182 void (*cb)(struct evrpc_status *, \
198 ctx->cb = (void (*)(struct evrpc_status *, \
199 void *, void *, void *))cb; \
210 (*(cb))(&status, request, reply, cbarg); \
356 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg);
383 * @param cb the callback to invoke when the RPC request has been answered
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
388 evrpc_send_request_##name(pool, request, reply, cb, cbarg)
460 * @param cb the callback to call when the hook is activated
467 int (*cb)(struct evhttp_request *, struct evbuffer *, void *),