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

/dovecot/src/pop3/
H A Dpop3-client.c483 uint32_t i, old_hash, new_hash; local
499 for (i = 0, new_hash = 0; i < client->messages_count; i++)
500 new_hash ^= crc32_str(client->message_uidls[i]);
502 for (i = 0, new_hash = 0; i < client->messages_count; i++) {
506 new_hash ^= crc32_str(client->message_uidls[i]);
511 if (old_hash == new_hash && old_msg_count == new_msg_count)
516 new_msg_count, new_hash);

Completed in 11 milliseconds