Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/
H A Dphp_imap.h219 folderlist_style_t folderlist_style; variable
H A Dphp_imap.c834 imap_globals->folderlist_style = FLIST_ARRAY; in PHP_GINIT_FUNCTION()
1912 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
1952 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
1979 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
2233 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
2274 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
2303 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
5049 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_list()
5095 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_lsub()

Completed in 38 milliseconds