Home
last modified time | relevance | path

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

/PHP-7.2/ext/imap/
H A Dphp_imap.c3153 unsigned long *slst, *sl; in PHP_FUNCTION() local
3190slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? ZSTR_VAL(charset) : NIL), spg, mypgm, (… in PHP_FUNCTION()
3197 if (slst != NIL && slst != 0) { in PHP_FUNCTION()
3198 for (sl = slst; *sl; sl++) { in PHP_FUNCTION()
3201 fs_give ((void **) &slst); in PHP_FUNCTION()

Completed in 28 milliseconds