Home
last modified time | relevance | path

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

/PHP-7.3/ext/imap/
H A Dphp_imap.c3157 SEARCHPGM *spg=NIL; in PHP_FUNCTION() local
3180 spg = mail_criteria(search_criteria); in PHP_FUNCTION()
3183 spg = mail_newsearchpgm(); in PHP_FUNCTION()
3185 if (spg == NIL) { in PHP_FUNCTION()
3194 …slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? ZSTR_VAL(charset) : NIL), spg, mypgm, (… in PHP_FUNCTION()
3197 if (spg && !(flags & SE_FREE)) { in PHP_FUNCTION()
3198 mail_free_searchpgm(&spg); in PHP_FUNCTION()

Completed in 17 milliseconds