Searched refs:status_flags (Results 1 – 2 of 2) sorted by relevance
205 long status_flags; variable
3270 if (IMAPG(status_flags) & SA_MESSAGES) { in PHP_FUNCTION()3273 if (IMAPG(status_flags) & SA_RECENT) { in PHP_FUNCTION()3276 if (IMAPG(status_flags) & SA_UNSEEN) { in PHP_FUNCTION()3279 if (IMAPG(status_flags) & SA_UIDNEXT) { in PHP_FUNCTION()3282 if (IMAPG(status_flags) & SA_UIDVALIDITY) { in PHP_FUNCTION()5025 IMAPG(status_flags)=status->flags; in mm_status()5026 if (IMAPG(status_flags) & SA_MESSAGES) { in mm_status()5029 if (IMAPG(status_flags) & SA_RECENT) { in mm_status()5032 if (IMAPG(status_flags) & SA_UNSEEN) { in mm_status()5035 if (IMAPG(status_flags) & SA_UIDNEXT) { in mm_status()[all …]
Completed in 19 milliseconds