Searched refs:defaulthost (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 2049 char *defaulthost = NULL; local 2057 if (zend_parse_parameters(argc TSRMLS_CC, "rl|lls", &streamind, &msgno, &fromlength, &subjectlength, &defaulthost, &defaulthost_len) == FAILURE) { 2131 char *headers, *defaulthost = NULL; local 2135 if (zend_parse_parameters(argc TSRMLS_CC, "s|s", &headers, &headers_len, &defaulthost, &defaulthost_len) == FAILURE) { 2140 rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, defaulthost, NIL); 2650 char *str, *defaulthost, *str_copy; local 2655 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &str, &str_len, &defaulthost, &defaulthost_len) == FAILURE) { 2663 rfc822_parse_adrlist(&env->to, str_copy, defaulthost);
|
Completed in 9 milliseconds