Searched refs:ds_htable_sort (Results 1 – 2 of 2) sorted by relevance
522 void ds_htable_sort(ds_htable_t *table, compare_func_t compare_func) in ds_htable_sort() function594 ds_htable_sort(table, compare_by_key); in ds_htable_sort_by_key()599 ds_htable_sort(table, compare_by_value); in ds_htable_sort_by_value()604 ds_htable_sort(table, user_compare_by_key); in ds_htable_sort_callback_by_key()609 ds_htable_sort(table, user_compare_by_value); in ds_htable_sort_callback_by_value()
166 void ds_htable_sort(ds_htable_t *table, compare_func_t compare_func);
Completed in 7 milliseconds