Data Fields | |
struct { | |
struct ast_event_ie_val * next | |
} | entry |
enum ast_event_ie_pltype | ie_pltype |
enum ast_event_ie_type | ie_type |
union { | |
struct { | |
uint32_t hash | |
const char * str | |
} | |
void * raw | |
uint32_t uint | |
} | payload |
size_t | raw_datalen |
Definition at line 108 of file event.c.
struct { ... } entry |
uint32_t hash |
Definition at line 115 of file event.c.
Referenced by ast_event_sub_append_ie_str(), and match_ie_val().
Definition at line 111 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_cmp(), ast_event_ie_val_destroy(), ast_event_new(), ast_event_sub_append_ie_bitflags(), ast_event_sub_append_ie_exists(), ast_event_sub_append_ie_raw(), ast_event_sub_append_ie_str(), ast_event_sub_append_ie_uint(), gen_sub_event(), match_ie_val(), and match_sub_ie_val_to_event().
enum ast_event_ie_type ie_type |
Definition at line 110 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_new(), ast_event_report_subs(), ast_event_sub_append_ie_bitflags(), ast_event_sub_append_ie_exists(), ast_event_sub_append_ie_raw(), ast_event_sub_append_ie_str(), ast_event_sub_append_ie_uint(), dump_raw_ie(), gen_sub_event(), match_ie_val(), and match_sub_ie_val_to_event().
struct ast_event_ie_val* next [read] |
union { ... } payload |
Referenced by ast_event_check_subscriber(), ast_event_ie_val_destroy(), ast_event_new(), ast_event_report_subs(), ast_event_sub_append_ie_bitflags(), ast_event_sub_append_ie_raw(), ast_event_sub_append_ie_str(), ast_event_sub_append_ie_uint(), gen_sub_event(), match_ie_val(), and match_sub_ie_val_to_event().
void* raw |
Definition at line 118 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_ie_val_destroy(), ast_event_new(), ast_event_sub_append_ie_raw(), gen_sub_event(), match_ie_val(), and match_sub_ie_val_to_event().
size_t raw_datalen |
Definition at line 120 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_new(), ast_event_sub_append_ie_raw(), gen_sub_event(), match_ie_val(), and match_sub_ie_val_to_event().
const char* str |
Definition at line 116 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_ie_val_destroy(), ast_event_new(), ast_event_sub_append_ie_str(), gen_sub_event(), match_ie_val(), and match_sub_ie_val_to_event().
uint32_t uint |
Definition at line 113 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_new(), ast_event_report_subs(), ast_event_sub_append_ie_bitflags(), ast_event_sub_append_ie_uint(), gen_sub_event(), match_ie_val(), and match_sub_ie_val_to_event().