Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/
H A Dphp_imap.c2703 SORTPGM *mypgm=NIL; in PHP_FUNCTION() local
2736 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 19 milliseconds