
Data Fields | |
| FILE * | f |
| int | fd |
| struct manager_custom_hook * | hook |
| ast_mutex_t | lock |
| struct mansession_session * | session |
| struct ast_tcptls_session_instance * | tcptls_session |
| int | write_error:1 |
| FILE* f |
Definition at line 988 of file manager.c.
Referenced by ast_hook_send_action(), send_string(), astman_append(), session_do(), process_output(), generic_http_callback(), and auth_http_callback().
| int fd |
Definition at line 989 of file manager.c.
Referenced by send_string(), session_do(), process_output(), generic_http_callback(), and auth_http_callback().
| struct manager_custom_hook* hook |
Definition at line 991 of file manager.c.
Referenced by ast_hook_send_action(), and send_string().
Definition at line 992 of file manager.c.
Referenced by mansession_lock(), mansession_unlock(), session_do(), generic_http_callback(), and auth_http_callback().
| struct mansession_session* session |
Definition at line 986 of file manager.c.
Referenced by ast_hook_send_action(), send_string(), astman_append(), set_eventmask(), report_invalid_user(), report_failed_acl(), report_inval_password(), report_auth_success(), report_req_not_allowed(), report_req_bad_format(), report_failed_challenge_response(), report_session_limit(), authenticate(), action_waitevent(), action_listcommands(), action_login(), action_challenge(), action_originate(), match_filter(), process_events(), process_message(), get_input(), do_message(), session_do(), generic_http_callback(), auth_http_callback(), astman_datastore_add(), astman_datastore_remove(), and astman_datastore_find().
Definition at line 987 of file manager.c.
Referenced by mansession_get_transport(), mansession_encode_sin_local(), and session_do().
| int write_error |
Definition at line 990 of file manager.c.
Referenced by send_string(), and session_do().