Searched refs:sort_array (Results 1 – 1 of 1) sorted by relevance
1098 apr_table_entry_t **sort_array; in apr_table_compress() local1118 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()