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