Searched defs:defaulthost (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 2041 char *defaulthost = NULL; local 2049 if (zend_parse_parameters(argc TSRMLS_CC, "rl|lls", &streamind, &msgno, &fromlength, &subjectlength, &defaulthost, &defaulthost_len) == FAILURE) { 2123 char *headers, *defaulthost = NULL; local 2127 if (zend_parse_parameters(argc TSRMLS_CC, "s|s", &headers, &headers_len, &defaulthost, &defaulthost_len) == FAILURE) { 2132 rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, defaulthost, NIL); 2642 char *str, *defaulthost, *str_copy; local 2647 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &str, &str_len, &defaulthost, &defaulthost_len) == FAILURE) { 2655 rfc822_parse_adrlist(&env->to, str_copy, defaulthost);
|
Completed in 11 milliseconds