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

/dovecot/src/lib-storage/index/
H A Dindex-sort.c334 switch (program->sort_program[0] & MAIL_SORT_MASK) {
343 MAIL_SORT_MASK) == MAIL_SORT_ARRIVAL)
501 switch (sort_type & MAIL_SORT_MASK) {
554 sort_type = *sort_program & MAIL_SORT_MASK;
652 case MAIL_SORT_MASK:
H A Dindex-sort-string.c60 switch (program->sort_program[0] & MAIL_SORT_MASK) {
H A Dindex-search.c1230 switch (sort_program[i] & MAIL_SORT_MASK) {
/dovecot/src/lib-storage/
H A Dmail-storage.h144 MAIL_SORT_MASK = 0x0fff, enumerator in enum:mail_sort_type

Completed in 53 milliseconds