Searched defs:sort_string_context (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-sort-string.c27 struct sort_string_context { struct
48 static struct sort_string_context *static_zero_cmp_context;
50 static void index_sort_list_reset_broken(struct sort_string_context *ctx,
52 static void index_sort_node_add(struct sort_string_context *ctx,
57 struct sort_string_context *ctx;
83 program->context = ctx = i_new(struct sort_string_context, 1);
104 static void index_sort_generate_seqs(struct sort_string_context *ctx)
135 static void index_sort_reget_sort_ids(struct sort_string_context *ctx)
158 static void index_sort_node_add(struct sort_string_context *ctx,
236 struct sort_string_context *ct
[all...]

Completed in 8 milliseconds