
Data Fields | |
| char * | database |
| char * | driver |
| char * | name |
| struct ast_config_map * | next |
| char | stuff [0] |
| char * | table |
Definition at line 158 of file config.c.
| char* database |
Definition at line 162 of file config.c.
Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
| char* driver |
Definition at line 161 of file config.c.
Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
| char* name |
Definition at line 160 of file config.c.
Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
struct ast_config_map* next [read] |
Definition at line 159 of file config.c.
Referenced by append_mapping(), clear_config_maps(), find_engine(), and handle_cli_core_show_config_mappings().
| char stuff[0] |
Definition at line 164 of file config.c.
Referenced by append_mapping().
| char* table |
Definition at line 163 of file config.c.
Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
1.6.1