Home
last modified time | relevance | path

Searched refs:qsort_cmp_func (Results 1 – 2 of 2) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dsort.c132 qsort_cmp_func (const void *a, const void *b) { in qsort_cmp_func() function
247 qsort (array, playlist->count[iter], sizeof (playItem_t *), qsort_cmp_func); in plt_sort_internal()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/pltbrowser/
H A Dpltbrowser.c470 sort_playlists (int order, int (*qsort_cmp_func)(const void *, const void*)) in sort_playlists()
479 qsort (array, plt_count, sizeof (ddb_playlist_t *), qsort_cmp_func); in sort_playlists()