Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/
H A Dphp_imap.c2701 unsigned long *slst, *sl; in PHP_FUNCTION() local
2741slst = mail_sort(imap_le_struct->imap_stream, (charset ? ZSTR_VAL(charset) : NIL), spg, mypgm, fla… in PHP_FUNCTION()
2749 if (slst != NIL && slst != 0) { in PHP_FUNCTION()
2750 for (sl = slst; *sl; sl++) { in PHP_FUNCTION()
2753 fs_give ((void **) &slst); in PHP_FUNCTION()

Completed in 14 milliseconds