#include <assert.h>
#include "xmmspriv/xmms_list.h"
#include <stdlib.h>
Go to the source code of this file.
#define _x_list_alloc x_list_alloc |
Definition at line 33 of file xlist.c.
Referenced by x_list_append(), x_list_copy(), x_list_insert(), x_list_insert_sorted(), and x_list_prepend().
#define _x_list_free_1 x_list_free_1 |
Definition at line 56 of file xlist.c.
Referenced by x_list_delete_link(), x_list_remove(), and x_list_remove_all().
x_list_t* x_list_alloc | ( | void | ) |
Definition at line 35 of file xlist.c.
Referenced by x_list_insert_before().
Definition at line 64 of file xlist.c.
Referenced by x_list_insert().
Definition at line 275 of file xlist.c.
Referenced by xmmsv_coll_operand_list_restore().
void x_list_foreach | ( | x_list_t * | list, | |
XFunc | func, | |||
void * | user_data | |||
) |
void x_list_free | ( | x_list_t * | list | ) |
Definition at line 45 of file xlist.c.
Referenced by xmmsv_coll_operand_list_clear().
Definition at line 410 of file xlist.c.
Referenced by x_list_append(), and x_list_concat().
Definition at line 324 of file xlist.c.
Referenced by x_list_insert().
Definition at line 85 of file xlist.c.
Referenced by x_list_insert(), xmmsv_coll_new(), xmmsv_coll_operand_list_clear(), and xmmsv_coll_operand_list_save().