Searched refs:uidmap_count (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/virtual/
H A Dvirtual-sync.c1297 unsigned int j = 0, uidmap_count = 0; local
1325 for (; j < uidmap_count; j++) {
1337 &uidmap_count);
1345 for (; j < uidmap_count; j++) {
1353 if (j == uidmap_count || uidmap[j].real_uid != vrec->real_uid)
1370 for (; j < uidmap_count; j++) {
1381 unsigned int i, j, count, uidmap_count; local
1392 uidmap = array_get_modifiable(&bboxes[i]->uids, &uidmap_count);
1393 for (j = 0; j < uidmap_count; j++) {

Completed in 16 milliseconds