Searched refs:nodes_count (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib/ |
H A D | hash.c | 39 unsigned int initial_size, nodes_count, removed_count; member in struct:hash_table 165 table->nodes_count = 0; 241 table->nodes_count++; 292 table->nodes_count++; 354 table->nodes_count--; 365 return table->nodes_count; 452 nodes_per_list = (float) table->nodes_count / (float) table->size; 456 next_size = I_MAX(primes_closest(table->nodes_count+1), 471 table->nodes_count = 0;
|
/dovecot/src/lib-storage/index/ |
H A D | index-thread.c | 170 unsigned int i, nodes_count, max, new_first_invalid, invalid_count; local 184 old_nodes = array_get(&cache->thread_nodes, &nodes_count); 193 max = I_MIN(I_MIN(old_count, nodes_count),
|
/dovecot/src/doveadm/dsync/ |
H A D | test-dsync-mailbox-tree-sync.c | 79 unsigned int parent_len, i, nodes_count = i_rand_minmax(1, 3); local 90 for (i = 0; i < nodes_count; i++) {
|
Completed in 16 milliseconds