Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_str * | cdata |
time_t | end |
int | in_caldata |
int | in_prop |
int | in_propstat |
int | in_response |
void * | ptr |
struct exchangecal_pvt * | pvt |
struct caldav_pvt * | pvt |
time_t | start |
char | tag [80] |
Definition at line 474 of file res_calendar_caldav.c.
struct ast_str* cdata |
Definition at line 477 of file res_calendar_caldav.c.
Referenced by handle_characters(), handle_end_element(), handle_start_element(), and update_caldav().
time_t end |
Definition at line 479 of file res_calendar_caldav.c.
Referenced by handle_end_element(), and update_caldav().
int in_caldata |
Definition at line 475 of file res_calendar_caldav.c.
Referenced by handle_characters(), handle_end_element(), handle_start_element(), and update_caldav().
int in_prop |
Definition at line 78 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
int in_propstat |
Definition at line 77 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
int in_response |
Definition at line 76 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
void* ptr |
Definition at line 79 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
struct exchangecal_pvt* pvt |
Definition at line 80 of file res_calendar_exchange.c.
struct caldav_pvt* pvt |
Definition at line 476 of file res_calendar_caldav.c.
Referenced by handle_end_element(), parse_tag(), and update_exchangecal().
time_t start |
Definition at line 478 of file res_calendar_caldav.c.
Referenced by handle_end_element(), and update_caldav().
char tag[80] |
Definition at line 75 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().