Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_event.h>
Public Attributes | |
void * | user |
bool | incall |
HtUP * | callbacks |
RzVector | all_callbacks |
RzVector | pending_unhook |
while inside of a call and a handle is unhooked, the unhook is deferred and saved here More... | |
int | next_handle |
Definition at line 14 of file rz_event.h.
RzVector rz_event_t::all_callbacks |
Definition at line 18 of file rz_event.h.
Referenced by rz_event_free(), rz_event_hook(), rz_event_new(), rz_event_send(), and rz_event_unhook().
HtUP* rz_event_t::callbacks |
Definition at line 17 of file rz_event.h.
Referenced by get_cbs(), rz_event_free(), rz_event_new(), rz_event_send(), and rz_event_unhook().
bool rz_event_t::incall |
Definition at line 16 of file rz_event.h.
Referenced by rz_event_send(), and rz_event_unhook().
int rz_event_t::next_handle |
Definition at line 20 of file rz_event.h.
Referenced by rz_event_hook(), and rz_event_new().
RzVector rz_event_t::pending_unhook |
while inside of a call and a handle is unhooked, the unhook is deferred and saved here
Definition at line 19 of file rz_event.h.
Referenced by rz_event_free(), rz_event_new(), rz_event_send(), and rz_event_unhook().
void* rz_event_t::user |
Definition at line 15 of file rz_event.h.
Referenced by count_flags_in_space(), meta_count_for(), meta_unset_for(), rz_event_new(), and unset_flagspace().