Asterisk - The Open Source Telephony Project
18.5.0
|
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 199 of file main/config.c.
const char* database |
Stored in stuff[] at struct end.
Definition at line 207 of file main/config.c.
Referenced by ast_realtime_append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
const char* driver |
Stored in stuff[] at struct end.
Definition at line 205 of file main/config.c.
Referenced by ast_realtime_append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().
const char* name |
Stored in stuff[] at struct end.
Definition at line 203 of file main/config.c.
Referenced by ast_realtime_append_mapping(), ast_realtime_is_mapping_defined(), find_engine(), PathSegment::get_child(), handle_cli_core_show_config_mappings(), Parameter::load(), SwaggerType::load(), and Property::load().
struct ast_config_map * next |
Definition at line 200 of file main/config.c.
Referenced by ALLOC_COMMENT(), ast_realtime_append_mapping(), ast_realtime_is_mapping_defined(), clear_config_maps(), find_engine(), and handle_cli_core_show_config_mappings().
int priority |
Definition at line 201 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 211 of file main/config.c.
Referenced by ast_realtime_append_mapping().
const char* table |
Stored in stuff[] at struct end.
Definition at line 209 of file main/config.c.
Referenced by ast_realtime_append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().