
Data Fields | |
| const char * | database |
| const char * | driver |
| const char * | name |
| struct ast_config_map * | next |
| int | priority |
| char | stuff [0] |
| const char * | table |
| const char* database |
Stored in stuff[] at struct end.
Definition at line 195 of file config.c.
Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
| const char* driver |
Stored in stuff[] at struct end.
Definition at line 193 of file config.c.
Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
| const char* name |
Stored in stuff[] at struct end.
Definition at line 191 of file config.c.
Referenced by append_mapping(), ast_realtime_is_mapping_defined(), find_engine(), and handle_cli_core_show_config_mappings().
| struct ast_config_map* next |
Definition at line 188 of file config.c.
Referenced by append_mapping(), ast_realtime_is_mapping_defined(), clear_config_maps(), find_engine(), and handle_cli_core_show_config_mappings().
| int priority |
Definition at line 189 of file config.c.
Referenced by append_mapping(), and find_engine().
| char stuff[0] |
Contents of name, driver, database, and table in that order stuffed here.
Definition at line 199 of file config.c.
Referenced by append_mapping().
| const char* table |
Stored in stuff[] at struct end.
Definition at line 197 of file config.c.
Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().