Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_htable.c515 static inline void ds_htable_sort_ex(ds_htable_t *table, compare_func_t compare_func) in ds_htable_sort_ex() argument
518 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() argument
524 ds_htable_sort_ex(table, compare_func); in ds_htable_sort()
H A Dds_htable.h166 void ds_htable_sort(ds_htable_t *table, compare_func_t compare_func);

Completed in 7 milliseconds