Searched refs:status_flags (Results 1 – 2 of 2) sorted by relevance
205 long status_flags; variable
3245 if (IMAPG(status_flags) & SA_MESSAGES) { in PHP_FUNCTION()3248 if (IMAPG(status_flags) & SA_RECENT) { in PHP_FUNCTION()3251 if (IMAPG(status_flags) & SA_UNSEEN) { in PHP_FUNCTION()3254 if (IMAPG(status_flags) & SA_UIDNEXT) { in PHP_FUNCTION()3257 if (IMAPG(status_flags) & SA_UIDVALIDITY) { in PHP_FUNCTION()5001 IMAPG(status_flags)=status->flags; in mm_status()5002 if (IMAPG(status_flags) & SA_MESSAGES) { in mm_status()5005 if (IMAPG(status_flags) & SA_RECENT) { in mm_status()5008 if (IMAPG(status_flags) & SA_UNSEEN) { in mm_status()5011 if (IMAPG(status_flags) & SA_UIDNEXT) { in mm_status()[all …]
Completed in 17 milliseconds