Searched refs:pgm (Results 1 – 1 of 1) sorted by relevance
3775 SEARCHPGM *pgm = NIL; in PHP_FUNCTION() local3794 pgm = mail_criteria(search_criteria); in PHP_FUNCTION()3796 mail_search_full(imap_le_struct->imap_stream, (argc == 4 ? ZSTR_VAL(charset) : NIL), pgm, flags); in PHP_FUNCTION()3798 if (pgm && !(flags & SE_FREE)) { in PHP_FUNCTION()3799 mail_free_searchpgm(&pgm); in PHP_FUNCTION()4369 SEARCHPGM *pgm = NIL; in PHP_FUNCTION() local4381 pgm = mail_criteria(criteria); in PHP_FUNCTION()4382 top = mail_thread(imap_le_struct->imap_stream, "REFERENCES", NIL, pgm, flags); in PHP_FUNCTION()4383 if (pgm && !(flags & SE_FREE)) { in PHP_FUNCTION()4384 mail_free_searchpgm(&pgm); in PHP_FUNCTION()
Completed in 16 milliseconds