Home
last modified time | relevance | path

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

/PHP-5.3/ext/imap/
H A Dphp_imap.h204 folderlist_style_t folderlist_style; variable
H A Dphp_imap.c823 imap_globals->folderlist_style = FLIST_ARRAY; in PHP_GINIT_FUNCTION()
1863 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
1902 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
1930 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
2170 IMAPG(folderlist_style) = FLIST_ARRAY; in PHP_FUNCTION()
2208 IMAPG(folderlist_style) = FLIST_OBJECT; in PHP_FUNCTION()
2236 IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ in PHP_FUNCTION()
4921 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_list()
4968 if (IMAPG(folderlist_style) == FLIST_OBJECT) { in mm_lsub()

Completed in 18 milliseconds