Searched refs:mypgm (Results 1 – 1 of 1) sorted by relevance
2703 SORTPGM *mypgm=NIL; in PHP_FUNCTION() local2736 mypgm = mail_newsortpgm(); in PHP_FUNCTION()2737 mypgm->reverse = rev; in PHP_FUNCTION()2738 mypgm->function = (short) sort; in PHP_FUNCTION()2739 mypgm->next = NIL; in PHP_FUNCTION()2741 …slst = mail_sort(imap_le_struct->imap_stream, (charset ? ZSTR_VAL(charset) : NIL), spg, mypgm, fla… in PHP_FUNCTION()2743 mail_free_sortpgm(&mypgm); in PHP_FUNCTION()
Completed in 23 milliseconds