![]() |
Miam-Player
0.8.0
A nice music player
|
Go to the source code of this file.
Functions | |
struct AVTreeNode * | av_tree_node_alloc (void) |
void * | av_tree_find (const struct AVTreeNode *root, void *key, int(*cmp)(const void *key, const void *b), void *next[2]) |
void * | av_tree_insert (struct AVTreeNode **rootp, void *key, int(*cmp)(const void *key, const void *b), struct AVTreeNode **next) |
void | av_tree_destroy (struct AVTreeNode *t) |
void | av_tree_enumerate (struct AVTreeNode *t, void *opaque, int(*cmp)(void *opaque, void *elem), int(*enu)(void *opaque, void *elem)) |
Variables | |
const int | av_tree_node_size |
A tree container.