ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Functions | |
LISTR_T * | zeLinkedList_Add (LISTR_T *head, char *s, int nb, void *data, size_t size) |
LISTR_T * | zeLinkedList_Set (LISTR_T *head, char *s, int nb, void *data, size_t size) |
bool | zeLinkedList_Remove (LISTR_T *head, char *key, LISTCLEAR_F func) |
LISTR_T * | zeLinkedList_Find (LISTR_T *head, char *s) |
bool | zeLinkedList_Clear (LISTR_T *head, LISTCLEAR_F func) |
int | zeLinkedList_CountSet (LISTR_T *head, char *key, int nb) |
int | zeLinkedList_CountGet (LISTR_T *head, char *key) |
int | zeLinkedList_CountInc (LISTR_T *head, char *key) |