Searched refs:msgindex (Results 1 – 3 of 3) sorted by relevance
215 #define PHP_IMAP_CHECK_MSGNO_MAYBE_UID_PRE_FLAG_CHECKS(msgindex, arg_pos) \ argument216 if (msgindex < 1) { \221 #define PHP_IMAP_CHECK_MSGNO_MAYBE_UID_POST_FLAG_CHECKS(msgindex, arg_pos, func_flags, uid_flag) \ argument225 unsigned int msg_no_from_uid = mail_msgno(imap_conn_struct->imap_stream, msgindex); \231 if (((unsigned) msgindex) > imap_conn_struct->imap_stream->nmsgs) { \238 #define PHP_IMAP_CHECK_MSGNO(msgindex, arg_pos) \ argument239 if (msgindex < 1) { \243 if (((unsigned) msgindex) > imap_conn_struct->imap_stream->nmsgs) { \
30880 # msgindex; offset of message from begin of file
Completed in 183 milliseconds