Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_htable.c522 void ds_htable_sort(ds_htable_t *table, compare_func_t compare_func) in ds_htable_sort() function
594 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()
H A Dds_htable.h166 void ds_htable_sort(ds_htable_t *table, compare_func_t compare_func);

Completed in 7 milliseconds