
Data Fields | |
| char * | database |
| char * | driver |
| char * | name |
| struct ast_config_map * | next |
| char | stuff [0] |
| char * | table |
Definition at line 148 of file config.c.
| char* database |
Definition at line 152 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
| char* driver |
Definition at line 151 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
| char* name |
Definition at line 150 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
struct ast_config_map* next [read] |
Definition at line 149 of file config.c.
Referenced by append_mapping(), clear_config_maps(), config_command(), and find_engine().
| char stuff[0] |
| char* table |
Definition at line 153 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
1.5.5