Lines Matching defs:n1
94 static int sort_node_seq_cmp(const struct mail_sort_node *n1,
97 if (n1->seq < n2->seq)
99 if (n1->seq > n2->seq)
250 static int sort_node_zero_string_cmp(const struct mail_sort_node *n1,
256 ret = strcmp(ctx->sort_strings[n1->seq], ctx->sort_strings[n2->seq]);
262 n1->seq, n2->seq);
789 static int sort_node_cmp(const struct mail_sort_node *n1,
794 if (n1->sort_id < n2->sort_id)
796 if (n1->sort_id > n2->sort_id)
801 n1->seq, n2->seq);