
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 469 of file res_calendar_caldav.c.
Definition at line 472 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 474 of file res_calendar_caldav.c.
Referenced by handle_end_element(), and update_caldav().
| int in_caldata |
Definition at line 470 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 77 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
| int in_propstat |
Definition at line 76 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
| int in_response |
Definition at line 75 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
| void* ptr |
Definition at line 78 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().
| struct exchangecal_pvt* pvt |
Definition at line 79 of file res_calendar_exchange.c.
| struct caldav_pvt* pvt |
Definition at line 471 of file res_calendar_caldav.c.
Referenced by handle_end_element(), parse_tag(), and update_exchangecal().
| time_t start |
Definition at line 473 of file res_calendar_caldav.c.
Referenced by handle_end_element(), and update_caldav().
| char tag[80] |
Definition at line 74 of file res_calendar_exchange.c.
Referenced by parse_cdata(), and parse_tag().