Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
struct ao2_container * | events |
unsigned int | items |
struct ast_calendar * | owner |
const ast_string_field | secret |
ne_session * | session |
ne_uri | uri |
const ast_string_field | url |
const ast_string_field | user |
Definition at line 100 of file res_calendar_ews.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 105 of file res_calendar_ews.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 105 of file res_calendar_ews.c.
struct ao2_container* events |
Definition at line 109 of file res_calendar_ews.c.
Referenced by endelm(), ewscal_destructor(), ewscal_load_calendar(), and startelm().
unsigned int items |
Definition at line 110 of file res_calendar_ews.c.
Referenced by OrderedDict::__eq__(), OrderedDict::__repr__(), endelm(), and startelm().
struct ast_calendar* owner |
Definition at line 106 of file res_calendar_ews.c.
Referenced by auth_credentials(), endelm(), ewscal_load_calendar(), ewscal_write_event(), get_ewscal_ids_for(), ssl_verify(), and startelm().
const ast_string_field secret |
Definition at line 105 of file res_calendar_ews.c.
Referenced by auth_credentials(), and ewscal_load_calendar().
ne_session* session |
Definition at line 108 of file res_calendar_ews.c.
Referenced by ewscal_destructor(), ewscal_load_calendar(), and send_ews_request_and_parse().
ne_uri uri |
Definition at line 107 of file res_calendar_ews.c.
Referenced by ewscal_destructor(), ewscal_load_calendar(), and send_ews_request_and_parse().
const ast_string_field url |
Definition at line 105 of file res_calendar_ews.c.
Referenced by ewscal_load_calendar(), and send_ews_request_and_parse().
const ast_string_field user |
Definition at line 105 of file res_calendar_ews.c.
Referenced by auth_credentials(), ewscal_load_calendar(), and Registration::write().