|
XMMS2
|
#include <s4_priv.h>
Data Fields | |
| int | open_flags |
| s4_index_data_t * | index_data |
| s4_const_data_t * | const_data |
| s4_entry_data_t * | entry_data |
| s4_log_data_t * | log_data |
| GCond | sync_cond |
| GCond | sync_finished_cond |
| int | sync_thread_run |
| GThread * | sync_thread |
| GMutex | sync_lock |
| char * | filename |
| char * | tmp_filename |
| unsigned char | uuid [16] |
| s4_const_data_t* s4_St::const_data |
Referenced by _int_lookup_val(), _string_lookup_casefolded(), _string_lookup_collated(), and _string_lookup_val().
| s4_entry_data_t* s4_St::entry_data |
Referenced by _reread_file(), and _s4_add_internal().
| char* s4_St::filename |
Referenced by _log_open(), _reread_file(), and s4_open().
| s4_index_data_t* s4_St::index_data |
Referenced by _index_add(), _index_get_a(), _index_get_all_a(), _index_get_all_b(), _index_get_b(), and _reread_file().
| s4_log_data_t* s4_St::log_data |
Referenced by _log_checkpoint(), _log_close(), _log_init(), _log_last_synced(), _log_lock_file(), _log_open(), _log_unlock_file(), and _log_write().
| int s4_St::open_flags |
Referenced by s4_close(), and s4_open().
| GCond s4_St::sync_cond |
Referenced by _start_sync(), _sync(), and s4_close().
| GCond s4_St::sync_finished_cond |
Referenced by _sync().
| GMutex s4_St::sync_lock |
Referenced by _start_sync(), _sync(), and s4_close().
| GThread* s4_St::sync_thread |
Referenced by s4_close(), and s4_open().
| int s4_St::sync_thread_run |
Referenced by s4_close(), and s4_open().
| char* s4_St::tmp_filename |
Referenced by s4_open().
| unsigned char s4_St::uuid[16] |
Referenced by s4_get_uuid(), and s4_get_uuid_string().