_type 226 lib/tevent/tevent.h #define tevent_req_callback_data(_req, _type) \ _type 227 lib/tevent/tevent.h talloc_get_type_abort(_tevent_req_callback_data(_req), _type) _type 230 lib/tevent/tevent.h #define tevent_req_data(_req, _type) \ _type 231 lib/tevent/tevent.h talloc_get_type_abort(_tevent_req_data(_req), _type) _type 255 lib/tevent/tevent.h #define tevent_req_create(_mem_ctx, _pstate, _type) \ _type 256 lib/tevent/tevent.h _tevent_req_create((_mem_ctx), (_pstate), sizeof(_type), \ _type 257 lib/tevent/tevent.h #_type, __location__)