Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c215 #define PHP_IMAP_CHECK_MSGNO_MAYBE_UID_PRE_FLAG_CHECKS(msgindex, arg_pos) \ argument
216 if (msgindex < 1) { \
221 #define PHP_IMAP_CHECK_MSGNO_MAYBE_UID_POST_FLAG_CHECKS(msgindex, arg_pos, func_flags, uid_flag) \ argument
225 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) \ argument
239 if (msgindex < 1) { \
243 if (((unsigned) msgindex) > imap_conn_struct->imap_stream->nmsgs) { \
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic30880 # msgindex; offset of message from begin of file
H A Dmagic私はガラスを食べられます30880 # msgindex; offset of message from begin of file

Completed in 204 milliseconds