Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c2621 unsigned long *slst, *sl; in PHP_FUNCTION() local
2659slst = mail_sort(imap_conn_struct->imap_stream, (charset ? ZSTR_VAL(charset) : NIL), spg, mypgm, f… in PHP_FUNCTION()
2667 if (slst != NULL) { in PHP_FUNCTION()
2668 for (sl = slst; *sl; sl++) { in PHP_FUNCTION()
2671 fs_give ((void **) &slst); in PHP_FUNCTION()

Completed in 13 milliseconds