Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c3098 SORTPGM *mypgm=NIL; in PHP_FUNCTION() local
3126 mypgm = mail_newsortpgm(); in PHP_FUNCTION()
3127 mypgm->reverse = rev; in PHP_FUNCTION()
3128 mypgm->function = (short) pgm; in PHP_FUNCTION()
3129 mypgm->next = NIL; in PHP_FUNCTION()
3131 …slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? charset : NIL), spg, mypgm, (argc >= 4 … in PHP_FUNCTION()

Completed in 14 milliseconds