Searched refs:table_data_compare (Results 1 – 1 of 1) sorted by relevance
1327 static int table_data_compare(const size_t *a, const size_t *b, Table *t) { in table_data_compare() function2011 typesafe_qsort_r(sorted, n_rows, table_data_compare, t); in table_print()2649 typesafe_qsort_r(sorted, n_rows, table_data_compare, t); in table_to_json()