Searched refs:subjectlength (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 2051 long msgno, fromlength, subjectlength; local 2057 if (zend_parse_parameters(argc TSRMLS_CC, "rl|lls", &streamind, &msgno, &fromlength, &subjectlength, &defaulthost, &defaulthost_len) == FAILURE) { 2072 if (subjectlength < 0 || subjectlength > MAILTMPLEN) { 2077 subjectlength = 0x00; 2119 if (en->subject && subjectlength) { 2121 mail_fetchsubject(fulladdress, imap_le_struct->imap_stream, msgno, subjectlength);
|
Completed in 9 milliseconds