
Data Structures | |
| struct | ids |
Data Fields | |
| struct ast_str * | cdata |
| struct ast_calendar_event * | event |
| struct xml_context::ids | ids |
| enum xml_op | op |
| ne_xml_parser * | parser |
| struct ewscal_pvt * | pvt |
Definition at line 74 of file res_calendar_ews.c.
Referenced by startelm(), cdata(), and endelm().
| struct ast_calendar_event* event |
Definition at line 75 of file res_calendar_ews.c.
Referenced by startelm(), cdata(), and endelm().
| struct xml_context::ids ids |
Referenced by startelm(), and get_ewscal_ids_for().
Definition at line 76 of file res_calendar_ews.c.
Referenced by startelm(), endelm(), send_ews_request_and_parse(), ewscal_write_event(), and get_ewscal_ids_for().
| ne_xml_parser* parser |
Definition at line 73 of file res_calendar_ews.c.
Referenced by startelm(), and send_ews_request_and_parse().
| struct ewscal_pvt* pvt |
Definition at line 77 of file res_calendar_ews.c.
Referenced by startelm(), endelm(), send_ews_request_and_parse(), ewscal_write_event(), get_ewscal_ids_for(), and parse_ewscal_id().