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

/dovecot/src/pop3/
H A Dpop3-commands.c755 uidl_rename_duplicate(string_t *uidl, HASH_TABLE_TYPE(uidl_counter) prev_uidls) argument
761 while (hash_table_lookup_full(prev_uidls, str_c(uidl), &key, &value)) {
764 hash_table_update(prev_uidls, key, POINTER_CAST(counter));
776 HASH_TABLE_TYPE(uidl_counter) prev_uidls;
798 hash_table_create(&prev_uidls, default_pool, 0, str_hash,
812 uidl_rename_duplicate(str, prev_uidls);
821 hash_table_update(prev_uidls, uidl, POINTER_CAST(1));
825 hash_table_destroy(&prev_uidls);

Completed in 474 milliseconds