Searched refs:mypgm (Results 1 – 1 of 1) sorted by relevance
2623 SORTPGM *mypgm=NIL; in PHP_FUNCTION() local2654 mypgm = mail_newsortpgm(); in PHP_FUNCTION()2655 mypgm->reverse = rev; in PHP_FUNCTION()2656 mypgm->function = (short) sort; in PHP_FUNCTION()2657 mypgm->next = NIL; in PHP_FUNCTION()2659 …slst = mail_sort(imap_conn_struct->imap_stream, (charset ? ZSTR_VAL(charset) : NIL), spg, mypgm, f… in PHP_FUNCTION()2661 mail_free_sortpgm(&mypgm); in PHP_FUNCTION()
Completed in 20 milliseconds