Searched refs:sort_next (Results 1 – 1 of 1) sorted by relevance
1099 apr_table_entry_t **sort_next; in apr_table_compress() local1120 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 …]