Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr/tables/
H A Dapr_tables.c1099 apr_table_entry_t **sort_next; in apr_table_compress() local
1116 sort_next = sort_array; in apr_table_compress()
1120 *sort_next++ = table_next++; in apr_table_compress()
1132 sort_next = sort_array; in apr_table_compress()
1134 last = sort_next++; in apr_table_compress()
1135 while (sort_next < sort_end) { in apr_table_compress()
1137 !strcasecmp((*sort_next)->key, (*last)->key)) { in apr_table_compress()
1138 apr_table_entry_t **dup_last = sort_next + 1; in apr_table_compress()
1179 (*sort_next)->key = NULL; in apr_table_compress()
1180 } while (++sort_next <= dup_last); in apr_table_compress()
[all …]