Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds