Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c2623 SORTPGM *mypgm=NIL; in PHP_FUNCTION() local
2654 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 18 milliseconds