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

/PHP_TRUNK/ext/imap/
H A Dphp_imap.c3099 SORTPGM *mypgm=NIL; local
3127 mypgm = mail_newsortpgm();
3128 mypgm->reverse = rev;
3129 mypgm->function = (short) pgm;
3130 mypgm->next = NIL;
3132 slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? charset : NIL), spg, mypgm, (argc >= 4 ? flags : NIL));

Completed in 9 milliseconds