Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/
H A Dphp_imap.h132 folderlist_style_t folderlist_style; variable
H A Dphp_imap.c445 imap_globals->folderlist_style = FLIST_ARRAY; in PHP_GINIT_FUNCTION()
1324 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
1361 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
1388 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
1618 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
1656 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
1685 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
4368 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_list()
4414 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_lsub()

Completed in 14 milliseconds