
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.
Definition at line 172 of file res_config_sqlite.c.
struct ast_category* cat [read] |
Definition at line 174 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), and config_handler().
| char* cat_name |
Definition at line 175 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), and config_handler().
struct ast_config* cfg [read] |
Definition at line 173 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), and config_handler().
Definition at line 176 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), and config_handler().
| const char* who_asked |
Definition at line 177 of file res_config_sqlite.c.
Referenced by add_cfg_entry(), and config_handler().
1.6.1