Home
last modified time | relevance | path

Searched refs:PHP_EXPUNGE (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/imap/
H A Dphp_imap.c63 #define PHP_EXPUNGE 32768 macro
489 REGISTER_LONG_CONSTANT("CL_EXPUNGE", PHP_EXPUNGE, CONST_PERSISTENT | CONST_CS); in PHP_MINIT_FUNCTION()
746 …if (flags && ((flags & ~(OP_READONLY | OP_ANONYMOUS | OP_HALFOPEN | PHP_EXPUNGE | OP_DEBUG | OP_SH… in PHP_FUNCTION()
758 if (flags & PHP_EXPUNGE) { in PHP_FUNCTION()
760 flags ^= PHP_EXPUNGE; in PHP_FUNCTION()
873 …if (options && ((options & ~(OP_READONLY | OP_ANONYMOUS | OP_HALFOPEN | OP_EXPUNGE | PHP_EXPUNGE))… in PHP_FUNCTION()
886 if (flags & PHP_EXPUNGE) { in PHP_FUNCTION()
888 flags ^= PHP_EXPUNGE; in PHP_FUNCTION()
1218 if (flags && ((flags & ~PHP_EXPUNGE) != 0)) { in PHP_FUNCTION()
1224 if (flags & PHP_EXPUNGE) { in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds