Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/
H A Dphp_imap.c3179 SEARCHPGM *spg=NIL; in PHP_FUNCTION() local
3202 spg = mail_criteria(search_criteria); in PHP_FUNCTION()
3205 spg = mail_newsearchpgm(); in PHP_FUNCTION()
3207 if (spg == NIL) { in PHP_FUNCTION()
3216 …slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? ZSTR_VAL(charset) : NIL), spg, mypgm, (… in PHP_FUNCTION()
3219 if (spg && !(flags & SE_FREE)) { in PHP_FUNCTION()
3220 mail_free_searchpgm(&spg); in PHP_FUNCTION()

Completed in 17 milliseconds