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

/dovecot/src/lib/
H A Dcrc32.h8 uint32_t crc32_str_more(uint32_t crc, const char *str) ATTR_PURE;
H A Dcrc32.c79 return crc32_str_more(0, str);
82 uint32_t crc32_str_more(uint32_t crc, const char *str) function
/dovecot/src/plugins/fts-lucene/
H A Dfts-lucene-plugin.c85 crc = crc32_str_more(crc, set->whitespace_chars);
87 crc = crc32_str_more(crc, "n");
89 crc = crc32_str_more(crc, "s");
/dovecot/src/auth/
H A Dauth-penalty.c146 crc32_str_more(crc32_str(auth_request->mech_password),
/dovecot/src/plugins/virtual/
H A Dvirtual-config.c90 crc32_str_more(ctx->mbox->search_args_crc32, str_c(ctx->rule));
/dovecot/src/director/
H A Dmail-host.c117 list->hosts_hash = crc32_str_more(list->hosts_hash,

Completed in 23 milliseconds