Searched refs:compare_func (Results 1 – 2 of 2) sorted by relevance
515 static inline void ds_htable_sort_ex(ds_htable_t *table, compare_func_t compare_func) in ds_htable_sort_ex() argument518 qsort(table->buckets, table->size, sizeof(ds_htable_bucket_t), compare_func); in ds_htable_sort_ex()522 void ds_htable_sort(ds_htable_t *table, compare_func_t compare_func) in ds_htable_sort() argument524 ds_htable_sort_ex(table, compare_func); in ds_htable_sort()
166 void ds_htable_sort(ds_htable_t *table, compare_func_t compare_func);
Completed in 7 milliseconds