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

/dovecot/src/lib-storage/
H A Dmail-search-args-simplify.c401 struct mail_search_arg *arg, **argp, one_arg, *lowest_arg = NULL; local
416 lowest_arg = &one_arg;
421 lowest_arg = arg->value.subargs;
425 i_assert(lowest_arg != NULL);
427 /* if there are any args that include lowest_arg, drop the arg since
430 if (*argp != lowest_arg && (*argp)->type == child_subargs_type &&
431 (*argp)->value.subargs != lowest_arg &&
432 mail_search_args_have_all_equal(*argp, lowest_arg)) {

Completed in 69 milliseconds