Searched refs:msgno (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 1634 unsigned int msgno; local 1646 for (msgno = 1; msgno <= imap_le_struct->imap_stream->nmsgs; msgno++) { 1647 MESSAGECACHE * cache = mail_elt (imap_le_struct->imap_stream, msgno); 1648 mail_fetchstructure(imap_le_struct->imap_stream, msgno, NIL); 1655 snprintf(tmp + 6, sizeof(tmp) - 6, "%4ld) ", cache->msgno); 1659 mail_fetchfrom(tmp+23, imap_le_struct->imap_stream, msgno, (long)20); 1669 mail_fetchsubject(t = tmp + strlen(tmp), imap_le_struct->imap_stream, msgno, (long)25); 1681 long msgno, flag local 2043 long msgno, fromlength, subjectlength; local 2283 long msgno, flags = 0; local 2331 long msgno, flags = 0; local 2371 long msgno, flags = 0; local 2414 long msgno, flags = 0; local 2557 unsigned int msgno, unreadmsg, deletedmsg, msize; local 3153 long msgno, flags=0L; local 3188 long msgno; local 3213 long msgno; local [all...] |
| /PHP_TRUNK/ext/mssql/ |
| H A D | php_mssql.c | 275 static int php_mssql_message_handler(DBPROCESS *dbproc, DBINT msgno,int msgstate, int severity,char *msgtext,char *srvname, char *procname,DBUSMALLINT line) argument
|
| /PHP_TRUNK/ext/pdo_dblib/ |
| H A D | pdo_dblib.c | 136 int msg_handler(DBPROCESS *dbproc, DBINT msgno, int msgstate, argument
|
| H A D | php_pdo_dblib_int.h | 93 int msg_handler(DBPROCESS *dbproc, DBINT msgno, int msgstate,
|
Completed in 13 milliseconds