Searched refs:IWLISTITEM (Results 1 – 2 of 2) sorted by relevance
222 } IWLISTITEM; typedef225 IWLISTITEM *array;341 IW_EXPORT void iwlist_sort(IWLIST *list, int (*compar)(const IWLISTITEM*, const IWLISTITEM*, void*)…
474 IWLISTITEM *array = list->array; in iwlist_destroy_keep()512 const IWLISTITEM *array = list->array + list->start; in iwlist_clone()513 IWLISTITEM *narray = malloc(sizeof(*narray) * num); in iwlist_clone()570 IWLISTITEM *array = list->array; in iwlist_push()695 void iwlist_sort(IWLIST *list, int (*compar)(const IWLISTITEM*, const IWLISTITEM*, void*), void *op… in iwlist_sort() argument