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

Data Fields | |
| const char * | database |
| char * | database |
| const char * | driver |
| char * | driver |
| const char * | name |
| char * | name |
| struct ast_config_map * | next |
| int | priority |
| char | stuff [0] |
| const char * | table |
| char * | table |
Definition at line 200 of file main/config.c.
| const char* database |
Stored in stuff[] at struct end.
Definition at line 208 of file main/config.c.
Referenced by ast_realtime_append_mapping(), find_engine(), find_engine(), and handle_cli_core_show_config_mappings().
| const char* driver |
Stored in stuff[] at struct end.
Definition at line 206 of file main/config.c.
Referenced by ast_realtime_append_mapping(), find_engine(), find_engine(), and handle_cli_core_show_config_mappings().
| const char* name |
Stored in stuff[] at struct end.
Definition at line 204 of file main/config.c.
Referenced by ast_realtime_append_mapping(), ast_realtime_is_mapping_defined(), find_engine(), find_engine(), PathSegment::get_child(), handle_cli_core_show_config_mappings(), and SwaggerType::load().
| char* name |
Definition at line 884 of file extconf.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| struct ast_config_map * next |
Definition at line 201 of file main/config.c.
Referenced by ast_realtime_append_mapping(), ast_realtime_is_mapping_defined(), clear_config_maps(), find_engine(), find_engine(), and handle_cli_core_show_config_mappings().
| int priority |
Definition at line 202 of file main/config.c.
Referenced by ast_realtime_append_mapping(), and find_engine().
| char stuff |
Contents of name, driver, database, and table in that order stuffed here.
Definition at line 212 of file main/config.c.
Referenced by ast_realtime_append_mapping().
| const char* table |
Stored in stuff[] at struct end.
Definition at line 210 of file main/config.c.
Referenced by ast_realtime_append_mapping(), find_engine(), find_engine(), and handle_cli_core_show_config_mappings().