jabberd2
2.2.17
|
Data Fields | |
char * | user |
sasl_secret_t * | psecret |
sasl_callback_t * | callbacks |
_sx_sasl_t | ctx |
sasl_conn_t * | sasl |
sx_t | stream |
Definition at line 54 of file sasl_cyrus.c.
char* _sx_sasl_data_st::user |
Definition at line 55 of file sasl_cyrus.c.
Referenced by _sx_sasl_cb_get_simple(), and _sx_sasl_free().
sasl_secret_t* _sx_sasl_data_st::psecret |
Definition at line 56 of file sasl_cyrus.c.
Referenced by _sx_sasl_cb_get_secret(), and _sx_sasl_free().
sasl_callback_t* _sx_sasl_data_st::callbacks |
Definition at line 58 of file sasl_cyrus.c.
Referenced by _sx_sasl_free().
_sx_sasl_t _sx_sasl_data_st::ctx |
Definition at line 60 of file sasl_cyrus.c.
Referenced by _sx_sasl_canon_user(), _sx_sasl_checkpass(), _sx_sasl_features(), and _sx_sasl_proxy_policy().
sasl_conn_t* _sx_sasl_data_st::sasl |
Definition at line 61 of file sasl_cyrus.c.
Referenced by _sx_sasl_client_process(), _sx_sasl_features(), _sx_sasl_free(), and _sx_sasl_server_process().
sx_t _sx_sasl_data_st::stream |
Definition at line 62 of file sasl_cyrus.c.
Referenced by _sx_sasl_canon_user(), _sx_sasl_checkpass(), _sx_sasl_features(), and _sx_sasl_proxy_policy().