Data Fields | |
ast_calendar_event * | event |
struct { | |
evententry * next | |
} | list |
Definition at line 191 of file res_calendar.c.
struct ast_calendar_event* event |
Definition at line 192 of file res_calendar.c.
Referenced by add_event_to_list(), ast_calendar_unref_event(), calendar_busy_callback(), calendar_query_result_exec(), event_hash_fn(), and eventlist_destructor().
struct { ... } list |
Referenced by add_event_to_list(), calendar_query_result_exec(), and eventlist_destructor().
struct evententry* next |
Definition at line 193 of file res_calendar.c.