Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_category * | cat |
char * | cat_name |
struct ast_config * | cfg |
struct ast_flags | flags |
const char * | who_asked |
Structure sent to the SQLite callback function for static configuration.
Structure sent to the SQLite 3 callback function for static configuration.
Definition at line 184 of file res_config_sqlite.c.
struct ast_category * cat |
Definition at line 186 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), add_rt_multi_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().
char * cat_name |
Definition at line 187 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), add_rt_multi_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().
struct ast_config * cfg |
Definition at line 185 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), config_handler(), realtime_multi_handler(), realtime_sqlite3_load(), and static_realtime_cb().
struct ast_flags flags |
Definition at line 188 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().
const char * who_asked |
Definition at line 189 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().