Searched refs:fromlength (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/imap/ |
| H A D | php_imap.c | 2043 long msgno, fromlength, subjectlength; local 2049 if (zend_parse_parameters(argc TSRMLS_CC, "rl|lls", &streamind, &msgno, &fromlength, &subjectlength, &defaulthost, &defaulthost_len) == FAILURE) { 2056 if (fromlength < 0 || fromlength > MAILTMPLEN) { 2061 fromlength = 0x00; 2106 if (en->from && fromlength) { 2108 mail_fetchfrom(fulladdress, imap_le_struct->imap_stream, msgno, fromlength);
|
Completed in 9 milliseconds