Lines Matching defs:hdr_sha1
28 unsigned char hdr_sha1[SHA1_RESULTLEN];
135 return memcmp(map1->common.hdr_sha1, map2->common.hdr_sha1,
136 sizeof(map1->common.hdr_sha1));
142 return memcmp(map1->common.hdr_sha1, map2->common.hdr_sha1,
143 sizeof(map1->common.hdr_sha1));
449 if (get_cached_hdr_sha1(mail, cache_buf, map->hdr_sha1))
501 if ((ret = get_hdr_sha1(mail, map->hdr_sha1)) < 0) {
736 ret = memcmp(pop3_map[pop3_idx].common.hdr_sha1,
737 imap_map[imap_idx].common.hdr_sha1,
738 sizeof(pop3_map[pop3_idx].common.hdr_sha1));