Searched refs:mail_search_build_get_utf8 (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-storage/ |
H A D | mail-search-build.h | 44 int mail_search_build_get_utf8(struct mail_search_build_context *ctx,
|
H A D | mail-search-mime-register.c | 251 if (mail_search_build_get_utf8(ctx->ctx, field_name, &field_name) < 0) 255 if (mail_search_build_get_utf8(ctx->ctx, value, &value) < 0) 289 if (mail_search_build_get_utf8(ctx->ctx, smarg->value.str, 427 if (mail_search_build_get_utf8(ctx->ctx, value, &value) < 0) {
|
H A D | mail-search-build.c | 158 ret = mail_search_build_get_utf8(&ctx, "", &str); 222 int mail_search_build_get_utf8(struct mail_search_build_context *ctx, function
|
H A D | mail-search-register-imap.c | 234 if (mail_search_build_get_utf8(ctx, value, &sarg->value.str) < 0) 261 if (mail_search_build_get_utf8(ctx, hdr_name, &hdr_name) < 0) 277 if (mail_search_build_get_utf8(ctx, sarg->value.str,
|
Completed in 13 milliseconds