Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/tables/
H A Dapr_tables.c1099 apr_table_entry_t **sort_next; in apr_table_compress() local
1120 sort_next = sort_array; in apr_table_compress()
1124 *sort_next++ = table_next++; in apr_table_compress()
1136 sort_next = sort_array; in apr_table_compress()
1138 last = sort_next++; in apr_table_compress()
1139 while (sort_next < sort_end) { in apr_table_compress()
1141 !strcasecmp((*sort_next)->key, (*last)->key)) { in apr_table_compress()
1142 apr_table_entry_t **dup_last = sort_next + 1; in apr_table_compress()
1183 (*sort_next)->key = NULL; in apr_table_compress()
1184 } while (++sort_next <= dup_last); in apr_table_compress()
[all …]