Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/
H A Dphp_imap.c2524 SORTPGM *mypgm=NIL; in PHP_FUNCTION() local
2555 mypgm = mail_newsortpgm(); in PHP_FUNCTION()
2556 mypgm->reverse = rev; in PHP_FUNCTION()
2557 mypgm->function = (short) sort; in PHP_FUNCTION()
2558 mypgm->next = NIL; in PHP_FUNCTION()
2560 …slst = mail_sort(imap_conn_struct->imap_stream, (charset ? ZSTR_VAL(charset) : NIL), spg, mypgm, f… in PHP_FUNCTION()
2562 mail_free_sortpgm(&mypgm); in PHP_FUNCTION()

Completed in 13 milliseconds