
Data Fields | |
| char * | database |
| char * | driver |
| char * | name |
| struct ast_config_map * | next |
| char | stuff [0] |
| char * | table |
Definition at line 63 of file config.c.
| char* database |
Definition at line 67 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
| char* driver |
Definition at line 66 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
| char* name |
Definition at line 65 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
struct ast_config_map* next [read] |
Definition at line 64 of file config.c.
Referenced by append_mapping(), clear_config_maps(), config_command(), and find_engine().
| char stuff[0] |
| char* table |
Definition at line 68 of file config.c.
Referenced by append_mapping(), config_command(), and find_engine().
1.5.6