Searched refs:count2 (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/lib/ |
H A D | array.c | 60 unsigned int count1, count2, i; local 69 count1 = array_count_i(array1); count2 = array_count_i(array2); 70 if (count1 != count2) 88 unsigned int count1, count2, i; local 97 count1 = array_count_i(array1); count2 = array_count_i(array2); 98 if (count1 != count2)
|
H A D | seq-range-array.c | 398 unsigned int i1, i2, count1, count2; local 401 range2 = array_get(array2, &count2); 402 for (i1 = i2 = 0; i1 < count1 && i2 < count2; ) {
|
/dovecot/src/lib-dict-backend/ |
H A D | dict-sql.c | 367 unsigned int i, count, count2, exact_count; local 371 values = array_get(values_arr, &count2); 373 i_assert(count2 <= count); 375 if (count2 == 0 && !priv) { 381 exact_count = count == count2 && recurse_type != SQL_DICT_RECURSE_NONE ? 382 count2-1 : count2; 397 if (i < count2) { 415 if (i < count2) { 428 if (count2 > 1056 unsigned int i, field_count, count, count2; local 1328 unsigned int i, count1, count2; local [all...] |
/dovecot/src/lib-storage/index/ |
H A D | index-sync.c | 375 unsigned int i, j, count1, count2; local 385 idx2 = array_get(k2, &count2); 387 if (count1 != count2)
|
H A D | index-sort-string.c | 107 unsigned int i, j, count, count2; local 111 nodes2 = array_get_modifiable(&ctx->zero_nodes, &count2); 114 i_array_init(&ctx->program->seqs, count + count2); 119 if (i < count && j < count2) { 126 } else if (j < count2) {
|
/dovecot/src/config/ |
H A D | config-request.c | 223 unsigned int i, count, count2; local 293 change_children = array_get(change_val, &count2); 294 i_assert(count == count2);
|
/dovecot/src/lib-index/ |
H A D | mail-index-strmap.c | 824 unsigned int i, dest, count, count2; local 836 recs_crc32 = array_get_modifiable(&view->recs_crc32, &count2); 837 i_assert(count == count2); 893 unsigned int j, n, count, count2, uid_rec_count; local 905 crc32 = array_get(&view->recs_crc32, &count2); 906 i_assert(count == count2);
|
/dovecot/src/lib-storage/ |
H A D | mail-namespace.c | 459 unsigned int i, count, count2; local 469 array_get(&user->unexpanded_set->namespaces, &count2); 470 i_assert(count == count2);
|
/dovecot/src/plugins/virtual/ |
H A D | virtual-sync.c | 947 unsigned int count1, count2; local 969 count2 = array_count(&added_uids); 970 if (count1 > 0 && count2 > 0) {
|
/dovecot/src/lib-settings/ |
H A D | settings-parser.c | 1868 unsigned int i, count, count2; local 1891 new_sets = array_get_modifiable(new_link->array, &count2); 1892 i_assert(count == count2);
|
Completed in 40 milliseconds