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

/dovecot/src/lib-storage/
H A Dmail-search-args-simplify.c532 struct mail_search_arg *sub, **all_argsp = argsp; local
553 sub = args->value.subargs;
555 sub->match_not = !sub->match_not;
556 sub = sub->next;
557 } while (sub != NULL);
567 sub = args->value.subargs;
568 for (; sub->next != NULL; sub
[all...]

Completed in 486 milliseconds