Searched refs:status_flags (Results 1 – 2 of 2) sorted by relevance
138 long status_flags; variable
2857 if (IMAPG(status_flags) & SA_MESSAGES) { in PHP_FUNCTION()2860 if (IMAPG(status_flags) & SA_RECENT) { in PHP_FUNCTION()2863 if (IMAPG(status_flags) & SA_UNSEEN) { in PHP_FUNCTION()2866 if (IMAPG(status_flags) & SA_UIDNEXT) { in PHP_FUNCTION()2869 if (IMAPG(status_flags) & SA_UIDVALIDITY) { in PHP_FUNCTION()4650 IMAPG(status_flags)=status->flags; in mm_status()4651 if (IMAPG(status_flags) & SA_MESSAGES) { in mm_status()4654 if (IMAPG(status_flags) & SA_RECENT) { in mm_status()4657 if (IMAPG(status_flags) & SA_UNSEEN) { in mm_status()4660 if (IMAPG(status_flags) & SA_UIDNEXT) { in mm_status()[all …]
Completed in 20 milliseconds