Public Attributes | |
void ** | data |
gint | count |
gint | size |
gint(* | compare )(const void *a, const void *b, void *data) |
void * | compare_data |
Definition at line 29 of file index.c.
gint(* index::compare)(const void *a, const void *b, void *data) |
Referenced by index_compare(), index_compare_with_data(), index_new(), index_sort(), and index_sort_with_data().
void* index::compare_data |
Definition at line 34 of file index.c.
Referenced by index_compare_with_data(), index_new(), and index_sort_with_data().
Definition at line 32 of file index.c.
Referenced by add_finish(), add_playlist(), add_worker(), index_append(), index_copy_append(), index_count(), index_delete(), index_free_filenames(), index_free_tuples(), index_merge_append(), index_merge_insert(), index_new(), index_sort(), index_sort_with_data(), and make_room().
void* * index::data |
Definition at line 31 of file index.c.
Referenced by index_allocate(), index_copy_insert(), index_copy_set(), index_delete(), index_free(), index_get(), index_insert(), index_move(), index_new(), index_set(), index_sort(), index_sort_with_data(), make_room(), playlist_queue_delete(), and playlist_queue_delete_selected().
Definition at line 32 of file index.c.
Referenced by index_allocate(), and index_new().