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

/dovecot/src/lib-storage/
H A Dmail-search-args-simplify.c28 bool parent_and; member in struct:mail_search_simplify_ctx
109 (*prev_argp)->match_not = ctx->parent_and;
181 } else if (ctx->parent_and) {
211 if (ctx->parent_and) {
232 if (ctx->parent_and) {
272 if (ctx->parent_and) {
289 if (ctx->parent_and) {
529 struct mail_search_arg **argsp, bool parent_and)
537 ctx.parent_and = parent_and;
528 mail_search_args_simplify_sub(struct mail_search_args *all_args, pool_t pool, struct mail_search_arg **argsp, bool parent_and) argument
670 mail_search_args_simplify_merge_flags(struct mail_search_arg **argsp, bool parent_and) argument
706 mail_search_args_unnest_inthreads(struct mail_search_args *args, struct mail_search_arg **argp, bool parent_inthreads, bool parent_and) argument
[all...]

Completed in 8 milliseconds