Searched refs:sort_next (Results 1 – 1 of 1) sorted by relevance
1099 apr_table_entry_t **sort_next; in apr_table_compress() local1116 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()1136 if (((*sort_next)->key_checksum == (*last)->key_checksum) && 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()[all …]