Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/
H A Dphp_imap.h137 folderlist_style_t folderlist_style; variable
H A Dphp_imap.c397 imap_globals->folderlist_style = FLIST_ARRAY; in PHP_GINIT_FUNCTION()
1473 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
1512 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
1539 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
1779 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
1819 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
1848 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
4563 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_list()
4609 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_lsub()

Completed in 23 milliseconds