Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c3096 unsigned long *slst, *sl; in PHP_FUNCTION() local
3131slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? charset : NIL), spg, mypgm, (argc >= 4 … in PHP_FUNCTION()
3138 if (slst != NIL && slst != 0) { in PHP_FUNCTION()
3139 for (sl = slst; *sl; sl++) { in PHP_FUNCTION()
3142 fs_give ((void **) &slst); in PHP_FUNCTION()

Completed in 14 milliseconds