Home
last modified time | relevance | path

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

/PHP-7.0/ext/imap/
H A Dphp_imap.h206 folderlist_style_t folderlist_style; variable
H A Dphp_imap.c829 imap_globals->folderlist_style = FLIST_ARRAY; in PHP_GINIT_FUNCTION()
1901 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
1941 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
1968 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
2218 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
2257 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
2284 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
4950 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_list()
4996 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_lsub()

Completed in 15 milliseconds