Data Fields | |
unsigned int | reference_count |
MicrofeedMutex * | mutex |
MicrofeedDatabaseEnvironment * | database_environment |
char * | name |
MicrofeedDatabaseCompareFunction | compare_function |
DB * | db |
MicrofeedDatabaseIndex * | indices |
MicrofeedDatabaseIterator * | iterators |
Definition at line 19 of file microfeeddatabase.c.
unsigned int reference_count |
Definition at line 20 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database(), microfeed_database_ref(), and microfeed_database_unref().
Definition at line 21 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database(), microfeed_database_free(), microfeed_database_get_data(), microfeed_database_get_data_partial(), microfeed_database_get_index(), microfeed_database_index_get_data(), microfeed_database_index_iterate(), microfeed_database_iterate(), microfeed_database_iterator_free(), microfeed_database_iterator_get(), microfeed_database_iterator_next(), microfeed_database_ref(), and microfeed_database_unref().
Definition at line 22 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database(), microfeed_database_free(), microfeed_database_get_index(), microfeed_database_replace_data(), and microfeed_database_replace_data_partial().
char* name |
Definition at line 23 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database(), microfeed_database_free(), microfeed_database_get_index(), and microfeed_database_get_name().
Definition at line 24 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database().
DB* db |
Definition at line 25 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database(), microfeed_database_free(), microfeed_database_get_data(), microfeed_database_get_data_partial(), microfeed_database_get_index(), microfeed_database_remove_data(), microfeed_database_remove_data_range(), microfeed_database_replace_data(), and microfeed_database_replace_data_partial().
Definition at line 26 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database(), microfeed_database_free(), and microfeed_database_get_index().
Definition at line 27 of file microfeeddatabase.c.
Referenced by microfeed_database_environment_get_database(), microfeed_database_index_iterate(), microfeed_database_iterate(), and microfeed_database_iterator_free().