Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/tables/
H A Dapr_tables.c1098 apr_table_entry_t **sort_array; in apr_table_compress() local
1118 sort_array = (apr_table_entry_t **) in apr_table_compress()
1120 sort_next = sort_array; in apr_table_compress()
1132 sort_array = table_mergesort(t->a.pool, sort_array, t->a.nelts); in apr_table_compress()
1136 sort_next = sort_array; in apr_table_compress()
1137 sort_end = sort_array + t->a.nelts; in apr_table_compress()