Data Fields | |
sqlite_cache_tables::_columns | columns |
struct { | |
sqlite_cache_tables * next | |
} | list |
char * | name |
Data Structures | |
struct | _columns |
Definition at line 520 of file res_config_sqlite.c.
Referenced by cdr_handler(), find_table_cb(), free_table(), handle_cli_sqlite_show_tables(), and realtime_require_handler().
struct { ... } list |
Referenced by find_table(), realtime_unload_handler(), and unload_config().
char* name |
Definition at line 521 of file res_config_sqlite.c.
Referenced by find_table(), handle_cli_sqlite_show_tables(), and realtime_unload_handler().
struct sqlite_cache_tables* next |
Definition at line 523 of file res_config_sqlite.c.