
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| unsigned int | batch |
| ast_cond_t | cond |
| unsigned int | debug:1 |
| unsigned int | dirty:1 |
| unsigned int | exiting:1 |
| const ast_string_field | filename |
| sqlite3 * | handle |
| const ast_string_field | name |
| unsigned int | requirements:2 |
| pthread_t | syncthread |
| unsigned int | wakeup:1 |
Definition at line 83 of file res_config_sqlite3.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 87 of file res_config_sqlite3.c.
Definition at line 87 of file res_config_sqlite3.c.
| unsigned int batch |
Definition at line 96 of file res_config_sqlite3.c.
Referenced by db_start_batch(), db_stop_batch(), db_sync_thread(), new_realtime_sqlite3_db(), and update_realtime_sqlite3_db().
Definition at line 90 of file res_config_sqlite3.c.
Referenced by db_start_batch(), db_sync(), and db_sync_thread().
| unsigned int debug |
Definition at line 93 of file res_config_sqlite3.c.
Referenced by db_open(), new_realtime_sqlite3_db(), and update_realtime_sqlite3_db().
| unsigned int dirty |
Definition at line 92 of file res_config_sqlite3.c.
Referenced by is_dirty_cb(), mark_dirty_cb(), and update_realtime_sqlite3_db().
| unsigned int exiting |
Definition at line 94 of file res_config_sqlite3.c.
Referenced by db_stop_batch(), and db_sync_thread().
| const ast_string_field filename |
Definition at line 87 of file res_config_sqlite3.c.
Referenced by db_open(), new_realtime_sqlite3_db(), split_ext(), and update_realtime_sqlite3_db().
| sqlite3* handle |
Definition at line 88 of file res_config_sqlite3.c.
Referenced by db_destructor(), db_open(), realtime_sqlite3_execute_handle(), and update_realtime_sqlite3_db().
| const ast_string_field name |
Definition at line 87 of file res_config_sqlite3.c.
Referenced by db_cmp_fn(), db_destructor(), db_hash_fn(), handle_missing_column(), and trace_cb().
| unsigned int requirements |
Definition at line 91 of file res_config_sqlite3.c.
Referenced by handle_missing_column(), new_realtime_sqlite3_db(), and update_realtime_sqlite3_db().
| pthread_t syncthread |
Definition at line 89 of file res_config_sqlite3.c.
Referenced by db_start_batch(), and db_stop_batch().
| unsigned int wakeup |
Definition at line 95 of file res_config_sqlite3.c.
Referenced by db_sync(), and db_sync_thread().