Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/
H A Dphp_imap.c2525 SEARCHPGM *spg=NIL; in PHP_FUNCTION() local
2546 spg = mail_criteria(search_criteria); in PHP_FUNCTION()
2549 spg = mail_newsearchpgm(); in PHP_FUNCTION()
2551 if (spg == NIL) { in PHP_FUNCTION()
2560 …slst = mail_sort(imap_conn_struct->imap_stream, (charset ? ZSTR_VAL(charset) : NIL), spg, mypgm, f… in PHP_FUNCTION()
2563 if (spg && !(flags & SE_FREE)) { in PHP_FUNCTION()
2564 mail_free_searchpgm(&spg); in PHP_FUNCTION()

Completed in 13 milliseconds