Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c3099 SEARCHPGM *spg=NIL; in PHP_FUNCTION() local
3120 spg = mail_criteria(search_criteria); in PHP_FUNCTION()
3123 spg = mail_newsearchpgm(); in PHP_FUNCTION()
3131 …slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? charset : NIL), spg, mypgm, (argc >= 4 … in PHP_FUNCTION()
3133 if (spg && !(flags & SE_FREE)) { in PHP_FUNCTION()
3134 mail_free_searchpgm(&spg); in PHP_FUNCTION()

Completed in 13 milliseconds