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

/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c324 get_cached_hdr_sha1(struct mail *mail, buffer_t *cache_buf, argument
329 buffer_set_used_size(cache_buf, 0);
330 if (index_mail_cache_lookup_field(imail, cache_buf,
332 cache_buf->used == SHA1_RESULTLEN) {
333 memcpy(sha1_r, cache_buf->data, cache_buf->used);
441 buffer_t *cache_buf; local
444 cache_buf = t_buffer_create(SHA1_RESULTLEN);
449 if (get_cached_hdr_sha1(mail, cache_buf, map->hdr_sha1))

Completed in 9 milliseconds