
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 176 of file res_config_sqlite.c.
| struct ast_category * cat |
Definition at line 178 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().
| char * cat_name |
Definition at line 179 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().
| struct ast_config * cfg |
Definition at line 177 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().
Definition at line 180 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 181 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), config_handler(), realtime_sqlite3_load(), and static_realtime_cb().