Home
last modified time | relevance | path

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

/PHP-7.3/ext/imap/
H A Dphp_imap.c3154 unsigned long *slst, *sl; in PHP_FUNCTION() local
3194slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? ZSTR_VAL(charset) : NIL), spg, mypgm, (… in PHP_FUNCTION()
3202 if (slst != NIL && slst != 0) { in PHP_FUNCTION()
3203 for (sl = slst; *sl; sl++) { in PHP_FUNCTION()
3206 fs_give ((void **) &slst); in PHP_FUNCTION()

Completed in 16 milliseconds