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 103 of file event.c.
struct { ... } entry |
uint32_t hash |
Definition at line 106 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_ie_val_destroy(), ast_event_new(), gen_sub_event(), and match_ie_val().
enum ast_event_ie_type ie_type |
Definition at line 105 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_new(), ast_event_report_subs(), gen_sub_event(), and match_ie_val().
struct ast_event_ie_val* next |
union { ... } payload |
void* raw |
Definition at line 113 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_ie_val_destroy(), ast_event_new(), gen_sub_event(), and match_ie_val().
size_t raw_datalen |
Definition at line 115 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_new(), gen_sub_event(), and match_ie_val().
const char* str |
Definition at line 111 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_ie_val_destroy(), ast_event_new(), gen_sub_event(), and match_ie_val().
uint32_t uint |
Definition at line 108 of file event.c.
Referenced by ast_event_check_subscriber(), ast_event_new(), ast_event_report_subs(), gen_sub_event(), and match_ie_val().