Searched refs:subjectlength (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/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) { 2064 if (subjectlength < 0 || subjectlength > MAILTMPLEN) { 2069 subjectlength = 0x00; 2111 if (en->subject && subjectlength) { 2113 mail_fetchsubject(fulladdress, imap_le_struct->imap_stream, msgno, subjectlength);
|
Completed in 23 milliseconds