Data Fields | |
MicrofeedDatabaseIndex * | next |
MicrofeedDatabase * | database |
char * | name |
DB * | db |
MicrofeedDatabaseIndexFunction | index_function |
Definition at line 47 of file microfeeddatabase.c.
Definition at line 48 of file microfeeddatabase.c.
Referenced by microfeed_database_free(), and microfeed_database_get_index().
Definition at line 50 of file microfeeddatabase.c.
Referenced by microfeed_database_get_index(), microfeed_database_index_get_data(), microfeed_database_index_get_database(), microfeed_database_index_iterate(), microfeed_database_index_remove_data(), and microfeed_database_index_remove_data_range().
char* name |
Definition at line 51 of file microfeeddatabase.c.
Referenced by microfeed_database_free(), microfeed_database_get_index(), and microfeed_database_index_get_name().
DB* db |
Definition at line 52 of file microfeeddatabase.c.
Referenced by microfeed_database_free(), microfeed_database_get_index(), microfeed_database_index_get_data(), microfeed_database_index_iterate(), microfeed_database_index_remove_data(), and microfeed_database_index_remove_data_range().