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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c422 unsigned int root_count; local
425 roots = array_get_modifiable(&ctx->roots, &root_count);
429 for (idx = 1; idx < root_count; idx++) {
449 root = bsearch(&parent_idx, roots, root_count, sizeof(*roots),
/dovecot/src/lib-settings/
H A Dsettings-parser.c49 unsigned int root_count; member in struct:setting_parser_context
218 ctx->root_count = count;
250 i_assert(ctx->root_count == 1);
260 sets = t_new(void *, ctx->root_count + 1);
261 for (i = 0; i < ctx->root_count; i++)
268 i_assert(ctx->root_count == 1);
279 infos = t_new(const struct setting_parser_info *, ctx->root_count + 1);
280 for (i = 0; i < ctx->root_count; i++)
740 for (i = *n; i < ctx->root_count; i++) {
749 if (*n > ctx->root_count)
[all...]

Completed in 407 milliseconds