Home
last modified time | relevance | path

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

/PHP-7.1/ext/imap/
H A Dphp_imap.c3158 SORTPGM *mypgm=NIL; in PHP_FUNCTION() local
3188 mypgm = mail_newsortpgm(); in PHP_FUNCTION()
3189 mypgm->reverse = rev; in PHP_FUNCTION()
3190 mypgm->function = (short) pgm; in PHP_FUNCTION()
3191 mypgm->next = NIL; in PHP_FUNCTION()
3193 …slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? ZSTR_VAL(charset) : NIL), spg, mypgm, (… in PHP_FUNCTION()

Completed in 22 milliseconds