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

/dovecot/src/lib-index/
H A Dmail-index-transaction-update.c1087 unsigned int i, j, existing_count; local
1093 existing_idx = array_get(&existing, &existing_count);
1095 if (modify_type == MODIFY_REPLACE && existing_count != keywords->count)
1100 for (j = 0; j < existing_count; j++) {

Completed in 17 milliseconds