Data Fields | |
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 104 of file event.c.
struct { ... } entry |
uint32_t hash |
Definition at line 107 of file event.c.
Referenced by ast_event_ie_val_destroy(), ast_event_new(), gen_sub_event(), match_ie_val(), and match_ie_val_to_sub().
enum ast_event_ie_type ie_type |
Definition at line 106 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_new(), ast_event_report_subs(), gen_sub_event(), match_ie_val(), and match_ie_val_to_sub().
struct ast_event_ie_val* next |
union { ... } payload |
Referenced by ast_event_ie_val_destroy(), ast_event_new(), ast_event_report_subs(), gen_sub_event(), match_ie_val(), and match_ie_val_to_sub().
void* raw |
Definition at line 114 of file event.c.
Referenced by ast_event_ie_val_destroy(), ast_event_new(), gen_sub_event(), match_ie_val(), and match_ie_val_to_sub().
size_t raw_datalen |
Definition at line 116 of file event.c.
Referenced by ast_event_new(), gen_sub_event(), match_ie_val(), and match_ie_val_to_sub().
const char* str |
Definition at line 112 of file event.c.
Referenced by ast_event_ie_val_destroy(), ast_event_new(), gen_sub_event(), match_ie_val(), and match_ie_val_to_sub().
uint32_t uint |
Definition at line 109 of file event.c.
Referenced by ast_event_new(), ast_event_report_subs(), gen_sub_event(), match_ie_val(), and match_ie_val_to_sub().