| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| char | charset [50] | |
| time_t | connect_time | |
| int | connected | |
| MYSQL | handle | |
| char | host [MAXHOSTNAMELEN] | |
| struct { | ||
| struct mysql_conn * next | ||
| } | list | |
| ast_mutex_t | lock | |
| char | name [50] | |
| char | pass [50] | |
| int | port | |
| enum requirements | requirements | |
| char | sock [50] | |
| char | unique_name [0] | |
| char | user [50] | |
Definition at line 83 of file res_config_mysql.c.
| char charset[50] | 
Definition at line 92 of file res_config_mysql.c.
| time_t connect_time | 
Definition at line 95 of file res_config_mysql.c.
Referenced by handle_cli_realtime_mysql_status().
| int connected | 
Definition at line 94 of file res_config_mysql.c.
| MYSQL handle | 
Definition at line 86 of file res_config_mysql.c.
Referenced by config_mysql(), destroy_mysql(), find_table(), realtime_multi_mysql(), realtime_mysql(), store_mysql(), unload_module(), update2_mysql(), and update_mysql().
| char host[MAXHOSTNAMELEN] | 
Definition at line 87 of file res_config_mysql.c.
Referenced by handle_cli_realtime_mysql_status().
| struct { ... } list | 
Referenced by find_database(), find_table(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_mysql_status(), and parse_config().
| ast_mutex_t lock | 
Definition at line 85 of file res_config_mysql.c.
Referenced by find_database(), parse_config(), and unload_module().
| char name[50] | 
Definition at line 88 of file res_config_mysql.c.
Referenced by PathSegment::get_child(), handle_cli_realtime_mysql_status(), and SwaggerType::load().
| struct mysql_conn* next | 
Definition at line 84 of file res_config_mysql.c.
| char pass[50] | 
Definition at line 90 of file res_config_mysql.c.
| int port | 
Definition at line 93 of file res_config_mysql.c.
Referenced by handle_cli_realtime_mysql_status().
| enum requirements requirements | 
Definition at line 96 of file res_config_mysql.c.
| char sock[50] | 
Definition at line 91 of file res_config_mysql.c.
Referenced by handle_cli_realtime_mysql_status().
| char unique_name[0] | 
Definition at line 97 of file res_config_mysql.c.
Referenced by find_database(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_mysql_status(), and parse_config().
| char user[50] | 
Definition at line 89 of file res_config_mysql.c.
Referenced by handle_cli_realtime_mysql_status().