Searched defs:msgindex (Results 1 - 1 of 1) sorted by relevance

/PHP_5_4/ext/imap/
H A Dphp_imap.c593 #define PHP_IMAP_CHECK_MSGNO(msgindex) \
594 if ((msgindex < 1) || ((unsigned) msgindex > imap_le_struct->imap_stream->nmsgs)) { \
1683 int msgindex, argc = ZEND_NUM_ARGS(); local
1702 msgindex = mail_msgno(imap_le_struct->imap_stream, msgno);
1704 msgindex = msgno;
1706 if ((msgindex < 1) || ((unsigned) msgindex > imap_le_struct->imap_stream->nmsgs)) {
2286 int msgindex, argc = ZEND_NUM_ARGS(); local
2309 msgindex
3155 int msgindex, argc = ZEND_NUM_ARGS(); local
3190 int msgindex; local
[all...]

Completed in 9 milliseconds